diff options
| author | Richard M. Stallman | 2006-02-07 23:53:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-02-07 23:53:23 +0000 |
| commit | d1931152c319959ee2c1ca044ed537490f161ab6 (patch) | |
| tree | a50f5ce2af3ea8cb730aea496084ffe1e1693fb6 | |
| parent | f97b3732a469b1f5c80830b13ceb1eb4bee18e32 (diff) | |
| download | emacs-d1931152c319959ee2c1ca044ed537490f161ab6.tar.gz emacs-d1931152c319959ee2c1ca044ed537490f161ab6.zip | |
Say "you", not "the user". Say "graphical display".
| -rw-r--r-- | man/glossary.texi | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/man/glossary.texi b/man/glossary.texi index a085bb53948..9d86a8d12cc 100644 --- a/man/glossary.texi +++ b/man/glossary.texi | |||
| @@ -367,7 +367,7 @@ Buttons}. | |||
| 367 | 367 | ||
| 368 | @item Dribble File | 368 | @item Dribble File |
| 369 | A dribble file is a file into which Emacs writes all the characters that | 369 | A dribble file is a file into which Emacs writes all the characters that |
| 370 | the user types on the keyboard. Dribble files are used to make a record | 370 | you type on the keyboard. Dribble files are used to make a record |
| 371 | for debugging Emacs bugs. Emacs does not make a dribble file unless you | 371 | for debugging Emacs bugs. Emacs does not make a dribble file unless you |
| 372 | tell it to. @xref{Bugs}. | 372 | tell it to. @xref{Bugs}. |
| 373 | 373 | ||
| @@ -506,7 +506,7 @@ into Emacs windows (q.v.@:). When you are using a window system | |||
| 506 | but in Emacs a window means something else. | 506 | but in Emacs a window means something else. |
| 507 | 507 | ||
| 508 | @item Fringe | 508 | @item Fringe |
| 509 | On a graphical terminal (q.v.@:), there's a narrow portion of the | 509 | On a graphical display (q.v.@:), there's a narrow portion of the |
| 510 | frame (q.v.@:) between the text area and the window's border. Emacs | 510 | frame (q.v.@:) between the text area and the window's border. Emacs |
| 511 | displays the fringe using a special face (q.v.@:) called | 511 | displays the fringe using a special face (q.v.@:) called |
| 512 | @code{fringe}. @xref{Faces,fringe}. | 512 | @code{fringe}. @xref{Faces,fringe}. |
| @@ -557,8 +557,8 @@ letters, digits, punctuation, and spaces; they do not include | |||
| 557 | @key{RET} or @key{ESC}. In Emacs, typing a graphic character inserts | 557 | @key{RET} or @key{ESC}. In Emacs, typing a graphic character inserts |
| 558 | that character (in ordinary editing modes). @xref{Inserting Text}. | 558 | that character (in ordinary editing modes). @xref{Inserting Text}. |
| 559 | 559 | ||
| 560 | @item Graphical Terminal | 560 | @item Graphical Display |
| 561 | A graphical terminal is one that can display images and multiple fonts. | 561 | A graphical display is one that can display images and multiple fonts. |
| 562 | Usually it also has a window system (q.v.@:). | 562 | Usually it also has a window system (q.v.@:). |
| 563 | 563 | ||
| 564 | @item Highlighting | 564 | @item Highlighting |
| @@ -869,7 +869,7 @@ location in text so that you can move point to that location. | |||
| 869 | @item Narrowing | 869 | @item Narrowing |
| 870 | Narrowing means creating a restriction (q.v.@:) that limits editing in | 870 | Narrowing means creating a restriction (q.v.@:) that limits editing in |
| 871 | the current buffer to only a part of the text in the buffer. Text | 871 | the current buffer to only a part of the text in the buffer. Text |
| 872 | outside that part is inaccessible to the user until the boundaries are | 872 | outside that part is inaccessible for editing until the boundaries are |
| 873 | widened again, but it is still there, and saving the file saves it | 873 | widened again, but it is still there, and saving the file saves it |
| 874 | all. @xref{Narrowing}. | 874 | all. @xref{Narrowing}. |
| 875 | 875 | ||
| @@ -982,7 +982,7 @@ one corner and putting the mark at the diagonally opposite corner. | |||
| 982 | 982 | ||
| 983 | @item Recursive Editing Level | 983 | @item Recursive Editing Level |
| 984 | A recursive editing level is a state in which part of the execution of | 984 | A recursive editing level is a state in which part of the execution of |
| 985 | a command involves asking the user to edit some text. This text may | 985 | a command involves asking you to edit some text. This text may |
| 986 | or may not be the same as the text to which the command was applied. | 986 | or may not be the same as the text to which the command was applied. |
| 987 | The mode line indicates recursive editing levels with square brackets | 987 | The mode line indicates recursive editing levels with square brackets |
| 988 | (@samp{[} and @samp{]}). @xref{Recursive Edit}. | 988 | (@samp{[} and @samp{]}). @xref{Recursive Edit}. |
| @@ -1289,8 +1289,10 @@ other editors use the term ``window'' for what we call a `frame' | |||
| 1289 | (q.v.@:) in Emacs. | 1289 | (q.v.@:) in Emacs. |
| 1290 | 1290 | ||
| 1291 | @item Window System | 1291 | @item Window System |
| 1292 | A window system is a graphical terminal (q.v.@:) that can display multiple | 1292 | A window system is software that operates on a graphical display |
| 1293 | windows for different programs at the same time. | 1293 | (q.v.@:), to subdivide the screen so that multiple applications can |
| 1294 | have their] own windows at the same time. All modern operating systems | ||
| 1295 | include a window system. | ||
| 1294 | 1296 | ||
| 1295 | @item Word Abbrev | 1297 | @item Word Abbrev |
| 1296 | See `abbrev.' | 1298 | See `abbrev.' |