changeset 36849:96998dbd0015

(Glossary): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 16 Mar 2001 18:18:06 +0000
parents 87bf5cef20c7
children e1167ad75cde
files man/glossary.texi
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/man/glossary.texi	Fri Mar 16 16:45:10 2001 +0000
+++ b/man/glossary.texi	Fri Mar 16 18:18:06 2001 +0000
@@ -95,7 +95,7 @@
 
 @item Bookmark
 Bookmarks are akin to registers (q.v.@:) in that they record positions
-in buffers to which you can return later.  Unlike registers, bookmark
+in buffers to which you can return later.  Unlike registers, bookmarks
 persist between Emacs sessions.
 
 @item Buffer
@@ -819,8 +819,8 @@
 @cindex nil
 @cindex t
 @item @code{nil}
-A value usually interpreted as a logical ``false.''  Its opposite
-is @code{t}, interpreted as ``true.''
+@code{nil} is a value usually interpreted as a logical ``false.''  Its
+opposite is @code{t}, interpreted as ``true.''
 
 @item Numeric Argument
 A numeric argument is a number, specified before a command, to change
@@ -885,8 +885,8 @@
 a kind of prompting (@pxref{Echo Area}).
 
 @item Query-Replace
-An interactive string replacement feature provided by Emacs.
-@xref{Query Replace}.
+Query-replace is an interactive string replacement feature provided by
+Emacs.  @xref{Query Replace}.
 
 @item Quitting
 Quitting means canceling a partially typed command or a running
@@ -1122,7 +1122,7 @@
 @item Text-only Terminal
 A text-only terminal is a display that is limited to displaying text in
 character units.  Such a terminal cannot control individual pixels it
-displays.  Emacs supports a subset of display features on character
+displays.  Emacs supports a subset of display features on text-only
 terminals.
 
 @item Tool Bar
@@ -1156,7 +1156,7 @@
 @xref{Basic,Truncation,Basic Editing}.
 
 @item TTY
-See `character terminal.'
+See `text-only terminal.'
 
 @item Undoing
 Undoing means making your previous editing go in reverse, bringing