diff options
| author | Eli Zaretskii | 2018-04-19 12:21:06 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-04-19 12:21:06 +0300 |
| commit | 8f6293ca789edf06ea8e7b4b80edf7558d590ca7 (patch) | |
| tree | 79c54fb27947bf8e59e004f23da91d55b746b67b /doc/misc/eshell.texi | |
| parent | f4c989427b5fa0bb8507d14850fcbc35ff159e95 (diff) | |
| download | emacs-8f6293ca789edf06ea8e7b4b80edf7558d590ca7.tar.gz emacs-8f6293ca789edf06ea8e7b4b80edf7558d590ca7.zip | |
Fix use of @key in Texinfo manuals
* doc/misc/efaq-w32.texi (Location of init file):
* doc/misc/org.texi (Editing source code, Export settings)
(Closing items, Drawers, Structure editing):
* doc/misc/gnus.texi (Spam and Ham Processors, Terminology):
* doc/misc/calc.texi (Keypad Functions Menu, Keypad Binary Menu)
(Keypad Vectors Menu, Keypad Main Menu, Basic Arithmetic)
(Symbolic Mode):
* doc/misc/sc.texi (Electric References):
* doc/misc/info.texi (Help-^L):
* doc/misc/reftex.texi (Reference Styles):
* doc/misc/idlwave.texi (Troubleshooting, Examining Variables)
(Lesson III---User Catalog, Using the Shell):
* doc/misc/eshell.texi (Bugs and ideas):
* doc/misc/ada-mode.texi (Automatic Casing):
* doc/misc/ediff.texi (Selective Browsing):
* doc/misc/vip.texi (Customizing Constants):
* doc/misc/pcl-cvs.texi (Selected files):
* doc/misc/efaq.texi (Replying to the sender of a message)
(Basic keys, No Meta key, Matching parentheses)
(Origin of the term Emacs, Installing Texinfo documentation)
(Learning how to do something, Emacs manual, Extended commands):
* doc/misc/viper.texi (Rudimentary Changes):
* doc/misc/tramp.texi (Frequently Asked Questions):
* doc/emacs/kmacro.texi (Basic Keyboard Macro):
* doc/emacs/frames.texi (Frame Commands):
* doc/emacs/msdos.texi (Windows Keyboard):
* doc/emacs/search.texi (Query Replace):
* doc/lispintro/emacs-lisp-intro.texi (Keybindings)
(Note for Novices):
* doc/lispref/tips.texi (Key Binding Conventions): Fix use of
@key. For the details, see
http://lists.gnu.org/archive/html/emacs-devel/2018-04/msg00390.html.
Diffstat (limited to 'doc/misc/eshell.texi')
| -rw-r--r-- | doc/misc/eshell.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 80077e5ccdb..951a28f4829 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -1204,7 +1204,7 @@ perform this on-thy-fly rewriting. | |||
| 1204 | 1204 | ||
| 1205 | @item Write an alias for @command{less} that brings up a @code{view-mode} buffer | 1205 | @item Write an alias for @command{less} that brings up a @code{view-mode} buffer |
| 1206 | 1206 | ||
| 1207 | Such that the user can press @key{SPC} and @key{DEL}, and then @key{q} | 1207 | Such that the user can press @key{SPC} and @key{DEL}, and then @kbd{q} |
| 1208 | to return to Eshell. It would be equivalent to: | 1208 | to return to Eshell. It would be equivalent to: |
| 1209 | @samp{X > #<buffer Y>; view-buffer #<buffer Y>}. | 1209 | @samp{X > #<buffer Y>; view-buffer #<buffer Y>}. |
| 1210 | 1210 | ||