diff options
| author | Michael Albinus | 2018-02-26 13:53:37 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-02-26 13:53:37 +0100 |
| commit | 9743f48de7325bd95a42e1a27acbf6635f8d086b (patch) | |
| tree | 364b474f9019fa2899befe6d3260f8b8e1ed64f6 /doc/misc/eshell.texi | |
| parent | ce557a924a299650b5e0c93ba276f1ec651f7941 (diff) | |
| download | emacs-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.texi | 18 |
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 | ||
| 897 | So that @kbd{M-DEL} acts in a predictable manner, etc. | 897 | So 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. | |||
| 908 | Make it similar to the way that @file{esh-arg.el} is structured. | 908 | Make it similar to the way that @file{esh-arg.el} is structured. |
| 909 | Then add parsing of @samp{$[?\n]}. | 909 | Then 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: |
| 917 | Invalid regexp: "Unmatched ( or \\(" | 917 | "Unmatched ( or \\(" |
| 918 | @end example | 918 | @end example |
| 919 | 919 | ||
| 920 | With @command{zsh}, the glob above expands to all files named | 920 | With @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 | ||
| 925 | Perhaps it should interpolate all permutations, and make that the | 925 | Perhaps it should interpolate all permutations, and make that the |
| 926 | globbing result, since otherwise hitting return here will result in | 926 | globbing result, since otherwise hitting return here will result in |
| @@ -960,7 +960,7 @@ At the moment, this is not supported. | |||
| 960 | An error should be generated only if @code{eshell-error-if-no-glob} is | 960 | An error should be generated only if @code{eshell-error-if-no-glob} is |
| 961 | non-@code{nil}. | 961 | non-@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 | ||
| 1174 | So that it automatically expands and corrects pathnames. Or make | 1174 | So that it automatically expands and corrects pathnames. Or make |
| 1175 | pathname completion for Pcomplete auto-expand @samp{/u/i/std<TAB>} to | 1175 | pathname 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 |
| 1222 | eshell}, it doesn't display anything. | 1222 | eshell}, 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 | ||
| 1226 | Since it keeps the cursor up where the command was invoked. | 1226 | Since it keeps the cursor up where the command was invoked. |
| 1227 | 1227 | ||