1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Revert "Use @xref more consistently; "See @ref" -> "@xref""

This reverts commit e54b94c28c,
which prevented building Emacs on a number of my machine(s).
This commit is contained in:
Po Lu 2025-01-19 08:58:45 +08:00
parent e54b94c28c
commit 59167e2de8
18 changed files with 91 additions and 89 deletions

View file

@ -1046,8 +1046,8 @@ When more than one minor mode keymap is active, the earlier one in
minor modes so that they don't interfere with each other. If you do
this properly, the order will not matter.
@xref{Keymaps and Minor Modes}, for more information about minor modes.
See also @code{minor-mode-key-binding} (@pxref{Functions for Key
See @ref{Keymaps and Minor Modes}, for more information about minor
modes. See also @code{minor-mode-key-binding} (@pxref{Functions for Key
Lookup}).
@end defvar
@ -1204,7 +1204,7 @@ and @var{command} is its binding. @xref{What Is a Function}.
@cindex string in keymap
The array (either a string or a vector) is a keyboard macro. The events
used so far in the lookup form a complete key, and the array is its
binding. @xref{Keyboard Macros}, for more information.
binding. See @ref{Keyboard Macros}, for more information.
@item @var{keymap}
@cindex keymap in keymap