aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-01-29 16:54:49 +0000
committerRichard M. Stallman2006-01-29 16:54:49 +0000
commit589a3f9f763792082b8efc518ffab65e7a0c526d (patch)
treed600db2ca2e1c0c18871228ab4499d1f16b827eb
parenta85cdd1f74d0f448563ed6600db53e59145a4858 (diff)
downloademacs-589a3f9f763792082b8efc518ffab65e7a0c526d.tar.gz
emacs-589a3f9f763792082b8efc518ffab65e7a0c526d.zip
(Display Custom): Add xref to Variables.
(Optional Mode Line): eol-mnemonic-... vars moved here.
-rw-r--r--man/display.texi17
1 files changed, 15 insertions, 2 deletions
diff --git a/man/display.texi b/man/display.texi
index e1f40e790b1..233a3f62021 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -961,6 +961,16 @@ ordinary entry to the minibuffer does not change any mode lines.
961@code{mode-line-in-non-selected-windows} to @code{nil}; then all mode 961@code{mode-line-in-non-selected-windows} to @code{nil}; then all mode
962lines are displayed in the @code{mode-line} face. 962lines are displayed in the @code{mode-line} face.
963 963
964@vindex eol-mnemonic-unix
965@vindex eol-mnemonic-dos
966@vindex eol-mnemonic-mac
967@vindex eol-mnemonic-undecided
968 You can customize the mode line display for each of the end-of-line
969formats by setting each of the variables @code{eol-mnemonic-unix},
970@code{eol-mnemonic-dos}, @code{eol-mnemonic-mac}, and
971@code{eol-mnemonic-undecided} to any string you find appropriate.
972@xref{Variables}, for an explanation of how to set variables.
973
964@node Text Display 974@node Text Display
965@section How Text Is Displayed 975@section How Text Is Displayed
966@cindex characters (in text) 976@cindex characters (in text)
@@ -1051,8 +1061,11 @@ global-hl-line-mode} enables or disables the same mode globally.
1051@node Display Custom 1061@node Display Custom
1052@section Customization of Display 1062@section Customization of Display
1053 1063
1054 This section contains information for customization only. Beginning 1064 This section describes variables (@pxref{Variables}) that you can
1055users should skip it. 1065change to customize how Emacs displays text. Beginning users can skip
1066it.
1067@c the reason for that pxref is because an xref early in the
1068@c ``echo area'' section leads here.
1056 1069
1057@vindex inverse-video 1070@vindex inverse-video
1058 If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts 1071 If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts