aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-30 11:20:14 +0000
committerRichard M. Stallman2005-01-30 11:20:14 +0000
commitbdc3b3be0ff78758e9287a34a2b2baf48c2e8b31 (patch)
treead4ef76a19f4a1aef9cede3212b86b4a0c603c31
parent97733c3d0022f9b1616fca7782eb927fcc72c5c4 (diff)
downloademacs-bdc3b3be0ff78758e9287a34a2b2baf48c2e8b31.tar.gz
emacs-bdc3b3be0ff78758e9287a34a2b2baf48c2e8b31.zip
Don't say just "option" when talking about variables.
Other minor cleanups.
-rw-r--r--man/display.texi10
-rw-r--r--man/mule.texi16
2 files changed, 13 insertions, 13 deletions
diff --git a/man/display.texi b/man/display.texi
index 0e39360d38a..23b79d1703e 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -219,7 +219,7 @@ Font Lock mode whenever you edit a C file, you can do this:
219@findex global-font-lock-mode 219@findex global-font-lock-mode
220@vindex global-font-lock-mode 220@vindex global-font-lock-mode
221 To turn on Font Lock mode automatically in all modes which support 221 To turn on Font Lock mode automatically in all modes which support
222it, customize the user option @code{global-font-lock-mode} or use the 222it, customize the variable @code{global-font-lock-mode} or use the
223function @code{global-font-lock-mode} in your @file{.emacs} file, like 223function @code{global-font-lock-mode} in your @file{.emacs} file, like
224this: 224this:
225 225
@@ -327,9 +327,9 @@ portion of a buffer. As you scroll through the buffer, each portion
327that becomes visible is fontified as soon as it is displayed. The 327that becomes visible is fontified as soon as it is displayed. The
328parts of the buffer that are not displayed are fontified 328parts of the buffer that are not displayed are fontified
329``stealthily'', in the background, i.e.@: when Emacs is idle. You can 329``stealthily'', in the background, i.e.@: when Emacs is idle. You can
330control this background fontification, called @dfn{Just-In-Time}, or 330control this background fontification, also called @dfn{Just-In-Time}
331@dfn{JIT} Font Lock, by customizing various options in the 331(or @dfn{JIT}) Lock, by customizing variables in the customization
332customization group @samp{jit-lock}. @xref{Specific Customization}. 332group @samp{jit-lock}. @xref{Specific Customization}.
333 333
334@node Highlight Changes 334@node Highlight Changes
335@section Highlight Changes Mode 335@section Highlight Changes Mode
@@ -1087,7 +1087,7 @@ the variable @code{blink-cursor-alist}.
1087state, with the same appearance as when the blinking cursor blinks 1087state, with the same appearance as when the blinking cursor blinks
1088``off''. For a box cursor, this is a hollow box; for a bar cursor, 1088``off''. For a box cursor, this is a hollow box; for a bar cursor,
1089this is a thinner bar. To turn off cursors in non-selected windows, 1089this is a thinner bar. To turn off cursors in non-selected windows,
1090customize the option @code{cursor-in-non-selected-windows} and assign 1090customize the variable @code{cursor-in-non-selected-windows} and assign
1091it a @code{nil} value. 1091it a @code{nil} value.
1092 1092
1093@vindex x-stretch-cursor 1093@vindex x-stretch-cursor
diff --git a/man/mule.texi b/man/mule.texi
index 4bc6b9939dd..a726265ff72 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -996,11 +996,11 @@ your locale specification (@pxref{Language Environments}).
996@findex set-keyboard-coding-system 996@findex set-keyboard-coding-system
997@vindex keyboard-coding-system 997@vindex keyboard-coding-system
998 The command @kbd{C-x @key{RET} k} (@code{set-keyboard-coding-system}) 998 The command @kbd{C-x @key{RET} k} (@code{set-keyboard-coding-system})
999or the Custom option @code{keyboard-coding-system} 999or the variable @code{keyboard-coding-system} specifies the coding
1000specifies the coding system for keyboard input. Character-code 1000system for keyboard input. Character-code translation of keyboard
1001translation of keyboard input is useful for terminals with keys that 1001input is useful for terminals with keys that send non-@acronym{ASCII}
1002send non-@acronym{ASCII} graphic characters---for example, some terminals designed 1002graphic characters---for example, some terminals designed for ISO
1003for ISO Latin-1 or subsets of it. 1003Latin-1 or subsets of it.
1004 1004
1005 By default, keyboard input is translated based on your system locale 1005 By default, keyboard input is translated based on your system locale
1006setting. If your terminal does not really support the encoding 1006setting. If your terminal does not really support the encoding
@@ -1276,7 +1276,7 @@ instead, e.g.@: @samp{"o} for o-umlaut. Load the library
1276@vindex latin1-display 1276@vindex latin1-display
1277 If your terminal can display Latin-1, you can display characters 1277 If your terminal can display Latin-1, you can display characters
1278from other European character sets using a mixture of equivalent 1278from other European character sets using a mixture of equivalent
1279Latin-1 characters and @acronym{ASCII} mnemonics. Use the Custom option 1279Latin-1 characters and @acronym{ASCII} mnemonics. Customize the variable
1280@code{latin1-display} to enable this. The mnemonic @acronym{ASCII} 1280@code{latin1-display} to enable this. The mnemonic @acronym{ASCII}
1281sequences mostly correspond to those of the prefix input methods. 1281sequences mostly correspond to those of the prefix input methods.
1282 1282
@@ -1338,10 +1338,10 @@ directly.
1338On a windowing terminal, you should not need to do anything special to 1338On a windowing terminal, you should not need to do anything special to
1339use these keys; they should simply work. On a text-only terminal, you 1339use these keys; they should simply work. On a text-only terminal, you
1340should use the command @code{M-x set-keyboard-coding-system} or the 1340should use the command @code{M-x set-keyboard-coding-system} or the
1341Custom option @code{keyboard-coding-system} to specify which coding 1341variable @code{keyboard-coding-system} to specify which coding
1342system your keyboard uses (@pxref{Specify Coding}). Enabling this 1342system your keyboard uses (@pxref{Specify Coding}). Enabling this
1343feature will probably require you to use @kbd{ESC} to type Meta 1343feature will probably require you to use @kbd{ESC} to type Meta
1344characters; however, on a Linux console or in @code{xterm}, you can 1344characters; however, on a console terminal or in @code{xterm}, you can
1345arrange for Meta to be converted to @kbd{ESC} and still be able type 1345arrange for Meta to be converted to @kbd{ESC} and still be able type
13468-bit characters present directly on the keyboard or using 13468-bit characters present directly on the keyboard or using
1347@kbd{Compose} or @kbd{AltGr} keys. @xref{User Input}. 1347@kbd{Compose} or @kbd{AltGr} keys. @xref{User Input}.