(JC3-55F8): Map to U+2F903 instead of U+6D69.
[chise/xemacs-chise.git.1] / man / xemacs / building.texi
index 479a53d..df79630 100644 (file)
@@ -372,7 +372,7 @@ editing task for invoking non-interactive functions (functions that are
 not commands).
 
 @table @kbd
-@item M-@key{ESC}
+@item M-:
 Read a Lisp expression in the minibuffer, evaluate it, and print the
 value in the minibuffer (@code{eval-expression}).
 @item C-x C-e
@@ -387,21 +387,14 @@ Evaluate all the Lisp expressions in the region.
 Evaluate all the Lisp expressions in the buffer.
 @end table
 
-@kindex M-ESC
+@kindex M-:
 @findex eval-expression
-  @kbd{M-@key{ESC}} (@code{eval-expression}) is the most basic command
+  @kbd{M-:} (@code{eval-expression}) is the most basic command
 for evaluating a Lisp expression interactively.  It reads the expression
 using the minibuffer, so you can execute any expression on a buffer
 regardless of what the buffer contains.  When evaluation is complete,
 the current buffer is once again the buffer that was current when
-@kbd{M-@key{ESC}} was typed.
-
-  @kbd{M-@key{ESC}} can easily confuse users, especially on keyboards
-with autorepeat, where it can result from holding down the @key{ESC} key
-for too long.  Therefore, @code{eval-expression} is normally a disabled
-command.  Attempting to use this command asks for confirmation and gives
-you the option of enabling it; once you enable the command, you are no
-longer required to confirm.  @xref{Disabling}.@refill
+@kbd{M-:} was typed.
 
 @kindex C-M-x
 @findex eval-defun
@@ -518,8 +511,7 @@ Don't enter the debugger when the current frame is exited.  This
 cancels a @kbd{b} command on a frame.
 @item e
 Read a Lisp expression in the minibuffer, evaluate it, and print the
-value in the echo area.  This is equivalent to the command @kbd{M-@key{ESC}},
-except that @kbd{e} is not normally disabled like @kbd{M-@key{ESC}}.
+value in the echo area.  This is equivalent to the command @kbd{M-:}.
 @item q
 Terminate the program being debugged; return to top-level Emacs
 command execution.