changeset 62741:718dc622c12e

(Lisp Eval): C-M-x with arg runs Edebug.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 May 2005 13:15:07 +0000
parents 073c3cc1d1d5
children 27e50b1a9fb8
files man/building.texi
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/man/building.texi	Thu May 26 13:13:36 2005 +0000
+++ b/man/building.texi	Thu May 26 13:15:07 2005 +0000
@@ -1149,10 +1149,11 @@
 @kbd{C-x C-e} a second time to display the value of the integer result
 in additional formats (octal, hexadecimal, and character).
 
-  If @kbd{C-M-x}, @kbd{C-x C-e}, or @kbd{M-:} is given a numeric
-argument, it inserts the value into the current buffer at point, rather
-than displaying it in the echo area.  The argument's value does not
-matter.
+  If @kbd{C-x C-e}, or @kbd{M-:} is given a numeric argument, it
+inserts the value into the current buffer at point, rather than
+displaying it in the echo area.  The argument's value does not matter.
+@kbd{C-M-x} with a numeric argument instruments the function
+definition for Edebug (@pxref{Instrumenting, Instrumenting for Edebug,, elisp, the Emacs Lisp Reference Manual}).
 
 @findex eval-region
 @findex eval-current-buffer