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/reftex.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/reftex.texi')
| -rw-r--r-- | doc/misc/reftex.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi index 3803cb0eb7a..2ea98cf5df1 100644 --- a/doc/misc/reftex.texi +++ b/doc/misc/reftex.texi | |||
| @@ -1710,8 +1710,8 @@ customizing @code{reftex-ref-macro-prompt} and relying only on the | |||
| 1710 | selection facilities provided in the last step. | 1710 | selection facilities provided in the last step. |
| 1711 | 1711 | ||
| 1712 | In the last step, i.e., the label selection, two key bindings are | 1712 | In the last step, i.e., the label selection, two key bindings are |
| 1713 | provided to set the reference macro. Type @key{v} in order to cycle | 1713 | provided to set the reference macro. Type @kbd{v} in order to cycle |
| 1714 | forward through the list of available macros or @key{V} to cycle | 1714 | forward through the list of available macros or @kbd{V} to cycle |
| 1715 | backward. The mode line of the selection buffer shows the macro | 1715 | backward. The mode line of the selection buffer shows the macro |
| 1716 | currently selected. | 1716 | currently selected. |
| 1717 | 1717 | ||