emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/m-x.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/m-x.texi
Date: Fri, 25 Feb 2005 08:47:36 -0500

Index: emacs/man/m-x.texi
diff -c emacs/man/m-x.texi:1.5 emacs/man/m-x.texi:1.6
*** emacs/man/m-x.texi:1.5      Mon Sep  1 15:45:45 2003
--- emacs/man/m-x.texi  Fri Feb 25 13:47:35 2005
***************
*** 46,53 ****
  the key @kbd{C-f}.  You can run any Emacs command by name using
  @kbd{M-x}, whether or not any keys are bound to it.
  
!   If you type @kbd{C-g} while the command name is being read, you cancel
! the @kbd{M-x} command and get out of the minibuffer, ending up at top level.
  
    To pass a numeric argument to the command you are invoking with
  @kbd{M-x}, specify the numeric argument before the @kbd{M-x}.  @kbd{M-x}
--- 46,54 ----
  the key @kbd{C-f}.  You can run any Emacs command by name using
  @kbd{M-x}, whether or not any keys are bound to it.
  
!   If you type @kbd{C-g} while the command name is being read, you
! cancel the @kbd{M-x} command and get out of the minibuffer, ending up
! at command level.
  
    To pass a numeric argument to the command you are invoking with
  @kbd{M-x}, specify the numeric argument before the @kbd{M-x}.  @kbd{M-x}
***************
*** 56,66 ****
  
  @vindex suggest-key-bindings
    If the command you type has a key binding of its own, Emacs mentions
! this in the echo area, two seconds after the command finishes (if you
! don't type anything else first).  For example, if you type @kbd{M-x
  forward-word}, the message says that you can run the same command more
! easily by typing @kbd{M-f}.  You can turn off these messages by setting
! @code{suggest-key-bindings} to @code{nil}.
  
    Normally, when describing in this manual a command that is run by
  name, we omit the @key{RET} that is needed to terminate the name.  Thus
--- 57,66 ----
  
  @vindex suggest-key-bindings
    If the command you type has a key binding of its own, Emacs mentions
! this in the echo area.  For example, if you type @kbd{M-x
  forward-word}, the message says that you can run the same command more
! easily by typing @kbd{M-f}.  You can turn off these messages by
! setting @code{suggest-key-bindings} to @code{nil}.
  
    Normally, when describing in this manual a command that is run by
  name, we omit the @key{RET} that is needed to terminate the name.  Thus




reply via email to

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