From: Richard M. Stallman Date: Thu, 26 May 2005 13:15:07 +0000 (+0000) Subject: (Lisp Eval): C-M-x with arg runs Edebug. X-Git-Tag: emacs-pretest-22.0.90~9547 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c91809b285df320be8db53a449001c0159b857c2;p=emacs.git (Lisp Eval): C-M-x with arg runs Edebug. --- diff --git a/man/building.texi b/man/building.texi index c362b817034..78eb49702f4 100644 --- a/man/building.texi +++ b/man/building.texi @@ -1149,10 +1149,11 @@ mode. It does not treat @code{defvar} specially. @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