comparison man/m-x.texi @ 71592:78e1e4fcd148

(M-x): Fix.
author Romain Francoise <romain@orebokech.com>
date Mon, 03 Jul 2006 16:39:32 +0000
parents 2bce43489a02
children 4ad431d8e164 138ce2701550
comparison
equal deleted inserted replaced
71591:defa6bf31164 71592:78e1e4fcd148
22 to read the command name. The string @samp{M-x} appears at the 22 to read the command name. The string @samp{M-x} appears at the
23 beginning of the minibuffer as a @dfn{prompt} to remind you to enter a 23 beginning of the minibuffer as a @dfn{prompt} to remind you to enter a
24 command name to be run. @key{RET} exits the minibuffer and runs the 24 command name to be run. @key{RET} exits the minibuffer and runs the
25 command. @xref{Minibuffer}, for more information on the minibuffer. 25 command. @xref{Minibuffer}, for more information on the minibuffer.
26 26
27 You can use completion to enter the command name. For example, you 27 You can use completion to enter the command name. For example,
28 to invoke the command @code{forward-char}, you can type 28 to invoke the command @code{forward-char}, you can type
29 29
30 @example 30 @example
31 M-x forward-char @key{RET} 31 M-x forward-char @key{RET}
32 @end example 32 @end example