aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-02-07 23:53:23 +0000
committerRichard M. Stallman2006-02-07 23:53:23 +0000
commitd1931152c319959ee2c1ca044ed537490f161ab6 (patch)
treea50f5ce2af3ea8cb730aea496084ffe1e1693fb6
parentf97b3732a469b1f5c80830b13ceb1eb4bee18e32 (diff)
downloademacs-d1931152c319959ee2c1ca044ed537490f161ab6.tar.gz
emacs-d1931152c319959ee2c1ca044ed537490f161ab6.zip
Say "you", not "the user". Say "graphical display".
-rw-r--r--man/glossary.texi18
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
369A dribble file is a file into which Emacs writes all the characters that 369A dribble file is a file into which Emacs writes all the characters that
370the user types on the keyboard. Dribble files are used to make a record 370you type on the keyboard. Dribble files are used to make a record
371for debugging Emacs bugs. Emacs does not make a dribble file unless you 371for debugging Emacs bugs. Emacs does not make a dribble file unless you
372tell it to. @xref{Bugs}. 372tell it to. @xref{Bugs}.
373 373
@@ -506,7 +506,7 @@ into Emacs windows (q.v.@:). When you are using a window system
506but in Emacs a window means something else. 506but in Emacs a window means something else.
507 507
508@item Fringe 508@item Fringe
509On a graphical terminal (q.v.@:), there's a narrow portion of the 509On a graphical display (q.v.@:), there's a narrow portion of the
510frame (q.v.@:) between the text area and the window's border. Emacs 510frame (q.v.@:) between the text area and the window's border. Emacs
511displays the fringe using a special face (q.v.@:) called 511displays 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
558that character (in ordinary editing modes). @xref{Inserting Text}. 558that character (in ordinary editing modes). @xref{Inserting Text}.
559 559
560@item Graphical Terminal 560@item Graphical Display
561A graphical terminal is one that can display images and multiple fonts. 561A graphical display is one that can display images and multiple fonts.
562Usually it also has a window system (q.v.@:). 562Usually 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
870Narrowing means creating a restriction (q.v.@:) that limits editing in 870Narrowing means creating a restriction (q.v.@:) that limits editing in
871the current buffer to only a part of the text in the buffer. Text 871the current buffer to only a part of the text in the buffer. Text
872outside that part is inaccessible to the user until the boundaries are 872outside that part is inaccessible for editing until the boundaries are
873widened again, but it is still there, and saving the file saves it 873widened again, but it is still there, and saving the file saves it
874all. @xref{Narrowing}. 874all. @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
984A recursive editing level is a state in which part of the execution of 984A recursive editing level is a state in which part of the execution of
985a command involves asking the user to edit some text. This text may 985a command involves asking you to edit some text. This text may
986or may not be the same as the text to which the command was applied. 986or may not be the same as the text to which the command was applied.
987The mode line indicates recursive editing levels with square brackets 987The 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
1292A window system is a graphical terminal (q.v.@:) that can display multiple 1292A window system is software that operates on a graphical display
1293windows for different programs at the same time. 1293(q.v.@:), to subdivide the screen so that multiple applications can
1294have their] own windows at the same time. All modern operating systems
1295include a window system.
1294 1296
1295@item Word Abbrev 1297@item Word Abbrev
1296See `abbrev.' 1298See `abbrev.'