diff options
| -rw-r--r-- | man/glossary.texi | 14 |
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 |
| 97 | Bookmarks are akin to registers (q.v.@:) in that they record positions | 97 | Bookmarks are akin to registers (q.v.@:) in that they record positions |
| 98 | in buffers to which you can return later. Unlike registers, bookmark | 98 | in buffers to which you can return later. Unlike registers, bookmarks |
| 99 | persist between Emacs sessions. | 99 | persist 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} |
| 822 | A value usually interpreted as a logical ``false.'' Its opposite | 822 | @code{nil} is a value usually interpreted as a logical ``false.'' Its |
| 823 | is @code{t}, interpreted as ``true.'' | 823 | opposite is @code{t}, interpreted as ``true.'' |
| 824 | 824 | ||
| 825 | @item Numeric Argument | 825 | @item Numeric Argument |
| 826 | A numeric argument is a number, specified before a command, to change | 826 | A 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 | |||
| 885 | a kind of prompting (@pxref{Echo Area}). | 885 | a kind of prompting (@pxref{Echo Area}). |
| 886 | 886 | ||
| 887 | @item Query-Replace | 887 | @item Query-Replace |
| 888 | An interactive string replacement feature provided by Emacs. | 888 | Query-replace is an interactive string replacement feature provided by |
| 889 | @xref{Query Replace}. | 889 | Emacs. @xref{Query Replace}. |
| 890 | 890 | ||
| 891 | @item Quitting | 891 | @item Quitting |
| 892 | Quitting means canceling a partially typed command or a running | 892 | Quitting 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 |
| 1123 | A text-only terminal is a display that is limited to displaying text in | 1123 | A text-only terminal is a display that is limited to displaying text in |
| 1124 | character units. Such a terminal cannot control individual pixels it | 1124 | character units. Such a terminal cannot control individual pixels it |
| 1125 | displays. Emacs supports a subset of display features on character | 1125 | displays. Emacs supports a subset of display features on text-only |
| 1126 | terminals. | 1126 | terminals. |
| 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 |
| 1159 | See `character terminal.' | 1159 | See `text-only terminal.' |
| 1160 | 1160 | ||
| 1161 | @item Undoing | 1161 | @item Undoing |
| 1162 | Undoing means making your previous editing go in reverse, bringing | 1162 | Undoing means making your previous editing go in reverse, bringing |