aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-06 17:13:21 +0000
committerRichard M. Stallman2005-03-06 17:13:21 +0000
commit1b35090d68f4f873b5a2be86dcf7f1f0065010cc (patch)
tree6270e918c8995cb7905bc88d71014651ad829f14
parentad5e19b37170b96d04aca3990af1051a473f5ed5 (diff)
downloademacs-1b35090d68f4f873b5a2be86dcf7f1f0065010cc.tar.gz
emacs-1b35090d68f4f873b5a2be86dcf7f1f0065010cc.zip
(Faces): Delete "Emacs 21".
-rw-r--r--man/display.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/display.texi b/man/display.texi
index c652b47787a..e96ce21f748 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -81,14 +81,14 @@ those to be created in the future. (You can also set foreground and
81background colors for the current frame only; see @ref{Frame 81background colors for the current frame only; see @ref{Frame
82Parameters}.) 82Parameters}.)
83 83
84 Emacs 21 can correctly display variable-width fonts, but Emacs 84 Emacs can correctly display variable-width fonts, but Emacs commands
85commands that calculate width and indentation do not know how to 85that calculate width and indentation do not know how to calculate
86calculate variable widths. This can sometimes lead to incorrect 86variable widths. This can sometimes lead to incorrect results when
87results when you use variable-width fonts. In particular, indentation 87you use variable-width fonts. In particular, indentation commands can
88commands can give inconsistent results, so we recommend you avoid 88give inconsistent results, so we recommend you avoid variable-width
89variable-width fonts for editing program source code. Filling will 89fonts for editing program source code. Filling will sometimes make
90sometimes make lines too long or too short. We plan to address these 90lines too long or too short. We plan to address these issues in
91issues in future Emacs versions. 91future Emacs versions.
92 92
93@findex list-faces-display 93@findex list-faces-display
94 To see what faces are currently defined, and what they look like, type 94 To see what faces are currently defined, and what they look like, type