diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-04-19 12:21:06 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-04-19 12:21:06 +0300 |
commit | 8f6293ca789edf06ea8e7b4b80edf7558d590ca7 (patch) | |
tree | 79c54fb27947bf8e59e004f23da91d55b746b67b /doc/emacs/frames.texi | |
parent | f4c989427b5fa0bb8507d14850fcbc35ff159e95 (diff) | |
download | emacs-8f6293ca789edf06ea8e7b4b80edf7558d590ca7.tar.gz emacs-8f6293ca789edf06ea8e7b4b80edf7558d590ca7.tar.bz2 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/emacs/frames.texi')
-rw-r--r-- | doc/emacs/frames.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 11611e73516..9f4c7821e98 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -485,7 +485,7 @@ Delete all frames on the current terminal, except the selected one. Toggle the maximization state of the current frame. When a frame is maximized, it fills the screen. -@item @key{F11>} +@item @key{F11} @kindex F11 @findex toggle-frame-fullscreen Toggle full-screen mode for the current frame. (The difference |