aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-16 18:18:06 +0000
committerEli Zaretskii2001-03-16 18:18:06 +0000
commit63b2eb5c6026c8d9fccd2e793508f1807ecab751 (patch)
tree0f209f6b240d9697399c72bb80157e3cd7e2258e
parent6b9572dc7e02ad6673e86b1dd465754e34d1e479 (diff)
downloademacs-63b2eb5c6026c8d9fccd2e793508f1807ecab751.tar.gz
emacs-63b2eb5c6026c8d9fccd2e793508f1807ecab751.zip
(Glossary): Fix last change.
-rw-r--r--man/glossary.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/glossary.texi b/man/glossary.texi
index d32fad3c0fa..cbb4c820471 100644
--- a/man/glossary.texi
+++ b/man/glossary.texi
@@ -95,7 +95,7 @@ commands for operating on the blank lines in the buffer.
95 95
96@item Bookmark 96@item Bookmark
97Bookmarks are akin to registers (q.v.@:) in that they record positions 97Bookmarks are akin to registers (q.v.@:) in that they record positions
98in buffers to which you can return later. Unlike registers, bookmark 98in buffers to which you can return later. Unlike registers, bookmarks
99persist between Emacs sessions. 99persist between Emacs sessions.
100 100
101@item Buffer 101@item Buffer
@@ -819,8 +819,8 @@ therefore also called newlines. @xref{Text Characters,Newline}.
819@cindex nil 819@cindex nil
820@cindex t 820@cindex t
821@item @code{nil} 821@item @code{nil}
822A value usually interpreted as a logical ``false.'' Its opposite 822@code{nil} is a value usually interpreted as a logical ``false.'' Its
823is @code{t}, interpreted as ``true.'' 823opposite is @code{t}, interpreted as ``true.''
824 824
825@item Numeric Argument 825@item Numeric Argument
826A numeric argument is a number, specified before a command, to change 826A numeric argument is a number, specified before a command, to change
@@ -885,8 +885,8 @@ you pause in the middle of typing a multi-character key sequence is also
885a kind of prompting (@pxref{Echo Area}). 885a kind of prompting (@pxref{Echo Area}).
886 886
887@item Query-Replace 887@item Query-Replace
888An interactive string replacement feature provided by Emacs. 888Query-replace is an interactive string replacement feature provided by
889@xref{Query Replace}. 889Emacs. @xref{Query Replace}.
890 890
891@item Quitting 891@item Quitting
892Quitting means canceling a partially typed command or a running 892Quitting means canceling a partially typed command or a running
@@ -1122,7 +1122,7 @@ or following the stylistic conventions of human language.
1122@item Text-only Terminal 1122@item Text-only Terminal
1123A text-only terminal is a display that is limited to displaying text in 1123A text-only terminal is a display that is limited to displaying text in
1124character units. Such a terminal cannot control individual pixels it 1124character units. Such a terminal cannot control individual pixels it
1125displays. Emacs supports a subset of display features on character 1125displays. Emacs supports a subset of display features on text-only
1126terminals. 1126terminals.
1127 1127
1128@item Tool Bar 1128@item Tool Bar
@@ -1156,7 +1156,7 @@ displaying it. See also `continuation line.'
1156@xref{Basic,Truncation,Basic Editing}. 1156@xref{Basic,Truncation,Basic Editing}.
1157 1157
1158@item TTY 1158@item TTY
1159See `character terminal.' 1159See `text-only terminal.'
1160 1160
1161@item Undoing 1161@item Undoing
1162Undoing means making your previous editing go in reverse, bringing 1162Undoing means making your previous editing go in reverse, bringing