diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-01 09:10:43 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-01 09:10:43 +0000 |
commit | 864f06c33a0f224be852f18ee2f1de2d84de2b8e (patch) | |
tree | 9949eaa1966bc695ec10579915135c768f4840bb /man/glossary.texi | |
parent | d576358ba5ad4f1a162ff91b8132aebed8245b90 (diff) | |
download | emacs-864f06c33a0f224be852f18ee2f1de2d84de2b8e.tar.gz |
(Glossary): Fix syntax.
Diffstat (limited to 'man/glossary.texi')
-rw-r--r-- | man/glossary.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/glossary.texi b/man/glossary.texi index 28bd7e88305..1195c273087 100644 --- a/man/glossary.texi +++ b/man/glossary.texi @@ -542,9 +542,9 @@ buffer. Emacs uses highlighting in several ways. When you mark a region with the mouse, the region is always highlighted. Optionally Emacs can -also highlight the region whenever it is active (@pref{Transient -Mark}). Incremental search also highlights matches (@pref{Incremental -Search}). See also `font lock'. +also highlight the region whenever it is active. @xref{Transient +Mark}. Incremental search also highlights matches. @xref{Incremental +Search}. See also `font lock'. @item Hardcopy Hardcopy means printed output. Emacs has commands for making printed |