diff options
author | Glenn Morris <rgm@gnu.org> | 2011-05-16 19:26:56 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-05-16 19:26:56 -0700 |
commit | c71a0d48f3c880248a7f7f25e92ddbcbad5ef0e7 (patch) | |
tree | 95faf008ad25b86853394e20af6a5b129d5b2a97 /doc/emacs/misc.texi | |
parent | e5946384189a9c0cc818687a497978182914f395 (diff) | |
parent | 165fd2df8cc5cfc292d8f2b81c7ff259bf7b9561 (diff) | |
download | emacs-c71a0d48f3c880248a7f7f25e92ddbcbad5ef0e7.tar.gz |
Merge from emacs-23; up to 2010-06-11T14:39:54Z!cyd@stupidchicken.com.
Diffstat (limited to 'doc/emacs/misc.texi')
-rw-r--r-- | doc/emacs/misc.texi | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 06267851d4c..290e5dc53bf 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -1603,16 +1603,8 @@ listed below: @item -a @var{command} @itemx --alternate-editor=@var{command} Specify a command to run if @code{emacsclient} fails to contact Emacs. -This is useful when running @code{emacsclient} in a script. For -example, the following setting for the @env{EDITOR} environment -variable will always give you an editor, even if no Emacs server is -running: +This is useful when running @code{emacsclient} in a script. -@example -EDITOR="emacsclient --alternate-editor emacs +%d %s" -@end example - -@noindent As a special exception, if @var{command} is the empty string, then @code{emacsclient} starts Emacs in daemon mode and then tries connecting again. @@ -2513,9 +2505,8 @@ also use the command @kbd{M-x scroll-all-mode} or set the variable @item EDT (DEC VMS editor) @findex edt-emulation-on @findex edt-emulation-off -Turn on EDT emulation with the command @kbd{M-x edt-emulation-on}, -while @kbd{M-x edt-emulation-off} restores normal Emacs command -bindings. +Turn on EDT emulation @kbd{M-x edt-emulation-on}; use @kbd{M-x +edt-emulation-off} to restore normal Emacs command bindings. Most of the EDT emulation commands are keypad keys, and most standard Emacs key bindings are still available. The EDT emulation rebindings |