emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110933: * doc/lispref/debugging.t


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110933: * doc/lispref/debugging.texi (Profiling): Make it more clear
Date: Wed, 21 Nov 2012 09:14:42 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110933
committer: Stefan Monnier <address@hidden>
branch nick: emacs-24
timestamp: Wed 2012-11-21 09:14:42 -0500
message:
  * doc/lispref/debugging.texi (Profiling): Make it more clear
  that --enable-profiling is about profiling the C code.
modified:
  doc/lispref/ChangeLog
  doc/lispref/debugging.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-11-21 01:52:03 +0000
+++ b/doc/lispref/ChangeLog     2012-11-21 14:14:42 +0000
@@ -1,3 +1,8 @@
+2012-11-21  Stefan Monnier  <address@hidden>
+
+       * debugging.texi (Profiling): Make it more clear
+       that --enable-profiling is about profiling the C code.
+
 2012-11-21  Glenn Morris  <address@hidden>
 
        * debugging.texi (Profiling): Mention --enable-profiling (if !tex).

=== modified file 'doc/lispref/debugging.texi'
--- a/doc/lispref/debugging.texi        2012-11-21 01:52:03 +0000
+++ b/doc/lispref/debugging.texi        2012-11-21 14:14:42 +0000
@@ -866,7 +866,7 @@
 @c Not worth putting in the printed manual.
 @ifnottex
 @cindex --enable-profiling option of configure
-For low-level profiling of Emacs itself, you can build it using the
+To profile Emacs at the level of its C code, you can build it using the
 @option{--enable-profiling} option of @command{configure}.  When Emacs
 exits, it generates a file @file{gmon.out} that you can examine using
 the @command{gprof} utility.  This feature is mainly useful for


reply via email to

[Prev in Thread] Current Thread [Next in Thread]