aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/eshell.texi
diff options
context:
space:
mode:
authorMichael Albinus2018-02-26 13:53:37 +0100
committerMichael Albinus2018-02-26 13:53:37 +0100
commit9743f48de7325bd95a42e1a27acbf6635f8d086b (patch)
tree364b474f9019fa2899befe6d3260f8b8e1ed64f6 /doc/misc/eshell.texi
parentce557a924a299650b5e0c93ba276f1ec651f7941 (diff)
downloademacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.tar.gz
emacs-9743f48de7325bd95a42e1a27acbf6635f8d086b.zip
Mark keys consistently in manuals
* doc/emacs/killing.texi: * doc/lispintro/emacs-lisp-intro.texi: * doc/misc/calc.texi: * doc/misc/cc-mode.texi: * doc/misc/dired-x.texi: * doc/misc/ede.texi: * doc/misc/edt.texi: * doc/misc/efaq.texi: * doc/misc/erc.texi: * doc/misc/eshell.texi: * doc/misc/gnus-faq.texi: * doc/misc/gnus-news.texi: * doc/misc/idlwave.texi: * doc/misc/ido.texi: * doc/misc/mairix-el.texi: * doc/misc/message.texi: * doc/misc/mh-e.texi: * doc/misc/newsticker.texi: * doc/misc/org.texi: * doc/misc/pcl-cvs.texi: * doc/misc/ses.texi: * doc/misc/sieve.texi: * doc/misc/smtpmail.texi: * doc/misc/speedbar.texi: * doc/misc/srecode.texi: * doc/misc/vhdl-mode.texi: * doc/misc/vip.texi: * doc/misc/viper.texi: Mark keys consistently.
Diffstat (limited to 'doc/misc/eshell.texi')
-rw-r--r--doc/misc/eshell.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 1789767dbe2..80077e5ccdb 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -894,7 +894,7 @@ will happen as it should (albeit slowly).
894 894
895@item Make sure syntax table is correct in Eshell mode 895@item Make sure syntax table is correct in Eshell mode
896 896
897So that @kbd{M-DEL} acts in a predictable manner, etc. 897So that @kbd{M-@key{DEL}} acts in a predictable manner, etc.
898 898
899@item Allow all Eshell buffers to share the same history and list-dir 899@item Allow all Eshell buffers to share the same history and list-dir
900 900
@@ -908,19 +908,19 @@ output from all subsequent commands is swallowed.
908Make it similar to the way that @file{esh-arg.el} is structured. 908Make it similar to the way that @file{esh-arg.el} is structured.
909Then add parsing of @samp{$[?\n]}. 909Then add parsing of @samp{$[?\n]}.
910 910
911@item After pressing @kbd{M-RET}, redisplay before running the next command 911@item After pressing @kbd{M-@key{RET}}, redisplay before running the next command
912 912
913@item Argument predicates and modifiers should work anywhere in a path 913@item Argument predicates and modifiers should work anywhere in a path
914 914
915@example 915@example
916/usr/local/src/editors/vim $ vi **/CVS(/)/Root(.) 916/usr/local/src/editors/vim $ vi **/CVS(/)/Root(.) Invalid regexp:
917Invalid regexp: "Unmatched ( or \\(" 917"Unmatched ( or \\("
918@end example 918@end example
919 919
920With @command{zsh}, the glob above expands to all files named 920With @command{zsh}, the glob above expands to all files named
921@file{Root} in directories named @file{CVS}. 921@file{Root} in directories named @file{CVS}.
922 922
923@item Typing @samp{echo $@{locate locate@}/bin<TAB>} results in a Lisp error 923@item Typing @samp{echo $@{locate locate@}/bin@key{TAB}} results in a Lisp error
924 924
925Perhaps it should interpolate all permutations, and make that the 925Perhaps it should interpolate all permutations, and make that the
926globbing result, since otherwise hitting return here will result in 926globbing result, since otherwise hitting return here will result in
@@ -960,7 +960,7 @@ At the moment, this is not supported.
960An error should be generated only if @code{eshell-error-if-no-glob} is 960An error should be generated only if @code{eshell-error-if-no-glob} is
961non-@code{nil}. 961non-@code{nil}.
962 962
963@item @samp{(+ RET SPC TAB} does not cause @code{indent-according-to-mode} to occur 963@item @samp{(+ @key{RET} @key{SPC} @key{TAB}} does not cause @code{indent-according-to-mode} to occur
964 964
965@item Create @code{eshell-auto-accumulate-list} 965@item Create @code{eshell-auto-accumulate-list}
966 966
@@ -1172,8 +1172,8 @@ only. That way, it could be listed as a login shell.
1172@item Make @kbd{/} electric 1172@item Make @kbd{/} electric
1173 1173
1174So that it automatically expands and corrects pathnames. Or make 1174So that it automatically expands and corrects pathnames. Or make
1175pathname completion for Pcomplete auto-expand @samp{/u/i/std<TAB>} to 1175pathname completion for Pcomplete auto-expand @samp{/u/i/std@key{TAB}} to
1176@samp{/usr/include/std<TAB>}. 1176@samp{/usr/include/std@key{TAB}}.
1177 1177
1178@item Write the @command{pushd} stack to disk along with @code{last-dir-ring} 1178@item Write the @command{pushd} stack to disk along with @code{last-dir-ring}
1179 1179
@@ -1221,7 +1221,7 @@ If the first thing that I do after entering Emacs is to run
1221@code{eshell-command} and invoke @command{ls}, and then use @kbd{M-x 1221@code{eshell-command} and invoke @command{ls}, and then use @kbd{M-x
1222eshell}, it doesn't display anything. 1222eshell}, it doesn't display anything.
1223 1223
1224@item @kbd{M-RET} during a long command (using smart display) doesn't work 1224@item @kbd{M-@key{RET}} during a long command (using smart display) doesn't work
1225 1225
1226Since it keeps the cursor up where the command was invoked. 1226Since it keeps the cursor up where the command was invoked.
1227 1227