aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-30 11:23:17 +0000
committerRichard M. Stallman2005-01-30 11:23:17 +0000
commit19b2c4ca1fe5defb95255b9652be5c90c3ce481d (patch)
treefc61b07c58451bb925c8bba8e45b347961a54ec6
parent1eeda44946928f8548d3a90c138ecf7d50b5324a (diff)
downloademacs-19b2c4ca1fe5defb95255b9652be5c90c3ce481d.tar.gz
emacs-19b2c4ca1fe5defb95255b9652be5c90c3ce481d.zip
Don't say just "option" when talking about variables.
-rw-r--r--man/files.texi2
-rw-r--r--man/frames.texi18
-rw-r--r--man/help.texi14
-rw-r--r--man/macos.texi2
-rw-r--r--man/maintaining.texi2
-rw-r--r--man/major.texi7
-rw-r--r--man/mini.texi2
-rw-r--r--man/misc.texi4
-rw-r--r--man/programs.texi2
-rw-r--r--man/screen.texi2
-rw-r--r--man/sending.texi6
11 files changed, 31 insertions, 30 deletions
diff --git a/man/files.texi b/man/files.texi
index 8494ea8dc52..2ab9d5aaaa6 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -2979,7 +2979,7 @@ that don't support them, this command is not defined.
2979compressed files when you visit them, and automatically recompress them 2979compressed files when you visit them, and automatically recompress them
2980if you alter them and save them. To enable this feature, type the 2980if you alter them and save them. To enable this feature, type the
2981command @kbd{M-x auto-compression-mode}. You can enable it permanently 2981command @kbd{M-x auto-compression-mode}. You can enable it permanently
2982by customizing the option @code{auto-compression-mode}. 2982by customizing the variable @code{auto-compression-mode}.
2983 2983
2984 When automatic compression (which implies automatic uncompression as 2984 When automatic compression (which implies automatic uncompression as
2985well) is enabled, Emacs recognizes compressed files by their file names. 2985well) is enabled, Emacs recognizes compressed files by their file names.
diff --git a/man/frames.texi b/man/frames.texi
index 45133d746a3..2d6c953d2e4 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -278,7 +278,7 @@ particularly under OpenWindows and Gnome.
278@code{Paste} and @code{Copy} menu items, as well as the keys of the same 278@code{Paste} and @code{Copy} menu items, as well as the keys of the same
279names, all use the clipboard. 279names, all use the clipboard.
280 280
281 You can customize the option @code{x-select-enable-clipboard} to make 281 You can customize the variable @code{x-select-enable-clipboard} to make
282the Emacs yank functions consult the clipboard before the primary 282the Emacs yank functions consult the clipboard before the primary
283selection, and to make the kill functions to store in the clipboard as 283selection, and to make the kill functions to store in the clipboard as
284well as the primary selection. Otherwise they do not access the 284well as the primary selection. Otherwise they do not access the
@@ -758,7 +758,7 @@ window vertically. The split occurs on the line where you click.
758scroll-bar-mode}. With no argument, it toggles the use of scroll bars. 758scroll-bar-mode}. With no argument, it toggles the use of scroll bars.
759With an argument, it turns use of scroll bars on if and only if the 759With an argument, it turns use of scroll bars on if and only if the
760argument is positive. This command applies to all frames, including 760argument is positive. This command applies to all frames, including
761frames yet to be created. Customize the option @code{scroll-bar-mode} 761frames yet to be created. Customize the variable @code{scroll-bar-mode}
762to control the use of scroll bars at startup. You can use it to specify 762to control the use of scroll bars at startup. You can use it to specify
763that they are placed at the right of windows if you prefer that. You 763that they are placed at the right of windows if you prefer that. You
764have to set this variable through the @samp{Customize} interface 764have to set this variable through the @samp{Customize} interface
@@ -788,7 +788,7 @@ usually click the wheel to act as either @kbd{Mouse-2} or
788@kbd{Mouse-3}, depending on the setup. You can also use the wheel to 788@kbd{Mouse-3}, depending on the setup. You can also use the wheel to
789scroll windows instead of using the scroll bar or keyboard commands. 789scroll windows instead of using the scroll bar or keyboard commands.
790To do so, turn on Mouse Wheel global minor mode with the command 790To do so, turn on Mouse Wheel global minor mode with the command
791@kbd{M-x mouse-wheel-mode} or by customizing the option 791@kbd{M-x mouse-wheel-mode} or by customizing the variable
792@code{mouse-wheel-mode}. Support for the wheel depends on the system 792@code{mouse-wheel-mode}. Support for the wheel depends on the system
793generating appropriate events for Emacs. 793generating appropriate events for Emacs.
794 794
@@ -849,7 +849,7 @@ variables.
849@cindex mode, Menu Bar 849@cindex mode, Menu Bar
850 850
851 You can turn display of menu bars on or off with @kbd{M-x 851 You can turn display of menu bars on or off with @kbd{M-x
852menu-bar-mode} or by customizing the option @code{menu-bar-mode}. 852menu-bar-mode} or by customizing the variable @code{menu-bar-mode}.
853With no argument, this command toggles Menu Bar mode, a 853With no argument, this command toggles Menu Bar mode, a
854minor mode. With an argument, the command turns Menu Bar mode on if the 854minor mode. With an argument, the command turns Menu Bar mode on if the
855argument is positive, off if the argument is not positive. You can use 855argument is positive, off if the argument is not positive. You can use
@@ -899,7 +899,7 @@ question or some other special question. Many Emacs commands use a
899dialog box to ask a yes-or-no question, if you used the mouse to 899dialog box to ask a yes-or-no question, if you used the mouse to
900invoke the command to begin with. 900invoke the command to begin with.
901 901
902 You can customize the option @code{use-dialog-box} to suppress the 902 You can customize the variable @code{use-dialog-box} to suppress the
903use of dialog boxes. This also controls whether to use file selection 903use of dialog boxes. This also controls whether to use file selection
904windows (but those are not supported on all platforms). 904windows (but those are not supported on all platforms).
905 905
@@ -907,10 +907,10 @@ windows (but those are not supported on all platforms).
907 A file selection window is a special kind of dialog box for asking for 907 A file selection window is a special kind of dialog box for asking for
908file names. 908file names.
909 909
910 You can customize the option @code{use-file-dialog} to suppress the 910 You can customize the variable @code{use-file-dialog} to suppress the
911use of file selection windows even if you still want other kinds 911use of file selection windows even if you still want other kinds
912of dialogs. This option has no effect if you have suppressed all dialog 912of dialogs. This variable has no effect if you have suppressed all dialog
913boxes with the option @code{use-dialog-box}. 913boxes with the variable @code{use-dialog-box}.
914 914
915@vindex x-use-old-gtk-file-dialog 915@vindex x-use-old-gtk-file-dialog
916 For Gtk+ version 2.4 and 2.6, you can make Emacs use the old file dialog 916 For Gtk+ version 2.4 and 2.6, you can make Emacs use the old file dialog
@@ -949,7 +949,7 @@ customizing the windows that display tooltips.
949@vindex mouse-avoidance-mode 949@vindex mouse-avoidance-mode
950Mouse Avoidance mode keeps the window system mouse pointer away from 950Mouse Avoidance mode keeps the window system mouse pointer away from
951point, to avoid obscuring text. Whenever it moves the mouse, it also 951point, to avoid obscuring text. Whenever it moves the mouse, it also
952raises the frame. To use Mouse Avoidance mode, customize the option 952raises the frame. To use Mouse Avoidance mode, customize the variable
953@code{mouse-avoidance-mode}. You can set this to various values to 953@code{mouse-avoidance-mode}. You can set this to various values to
954move the mouse in several ways: 954move the mouse in several ways:
955 955
diff --git a/man/help.texi b/man/help.texi
index a3c307e5d3b..fb14eb150a2 100644
--- a/man/help.texi
+++ b/man/help.texi
@@ -40,7 +40,7 @@ customization buffers and the like. @xref{Help Mode}.
40@cindex looking for a subject in documentation 40@cindex looking for a subject in documentation
41 If you are looking for a certain feature, but don't know where 41 If you are looking for a certain feature, but don't know where
42exactly it is documented, and aren't sure of the name of a 42exactly it is documented, and aren't sure of the name of a
43related command or option, we recommend trying these methods. Usually 43related command or variable, we recommend trying these methods. Usually
44it is best to start with an apropos command, then try searching the 44it is best to start with an apropos command, then try searching the
45manual index, then finally look in the FAQ and the package keywords. 45manual index, then finally look in the FAQ and the package keywords.
46 46
@@ -51,9 +51,9 @@ be a regular expression (@pxref{Regexps}). Browse the buffer that this
51command displays to find what you are looking for. @xref{Apropos}. 51command displays to find what you are looking for. @xref{Apropos}.
52 52
53@item M-x apropos @key{RET} @var{topic} @key{RET} 53@item M-x apropos @key{RET} @var{topic} @key{RET}
54This works like @kbd{C-h a}, but it also searches for user options and 54This works like @kbd{C-h a}, but it also searches for variables,
55other variables, in case the feature you are looking for is controlled 55in case the feature you are looking for is controlled by a variable
56by an option, not a command. @xref{Apropos}. 56rather than a command. @xref{Apropos}.
57 57
58@item M-x apropos-documentation @key{RET} @var{topic} @key{RET} 58@item M-x apropos-documentation @key{RET} @var{topic} @key{RET}
59This searches the @emph{documentation strings} (the built-in short 59This searches the @emph{documentation strings} (the built-in short
@@ -302,9 +302,9 @@ view, describe, default.
302 302
303@findex apropos-variable 303@findex apropos-variable
304 To list all user variables that match a regexp, use the command 304 To list all user variables that match a regexp, use the command
305@kbd{M-x apropos-variable}. This command shows only user variables and 305@kbd{M-x apropos-variable}. By default, this command shows only
306customization options by default; if you specify a prefix argument, it 306variables meant for user customization; if you specify a prefix
307checks all variables. 307argument, it checks all variables.
308 308
309@findex apropos 309@findex apropos
310 To list all Lisp symbols that contain a match for a regexp, not just 310 To list all Lisp symbols that contain a match for a regexp, not just
diff --git a/man/macos.texi b/man/macos.texi
index 93045eb1044..9451f35f4a5 100644
--- a/man/macos.texi
+++ b/man/macos.texi
@@ -101,7 +101,7 @@ is run on the Mac. It displays characters in the @code{mac-roman}
101coding system using 12-point Monaco. 101coding system using 12-point Monaco.
102 102
103 To insert characters directly in the @code{mac-roman} coding system, 103 To insert characters directly in the @code{mac-roman} coding system,
104type @kbd{C-x @key{RET} k mac-roman @key{RET}}, customize the option 104type @kbd{C-x @key{RET} k mac-roman @key{RET}}, customize the variable
105@code{keyboard-coding-system}, or put this in your init file: 105@code{keyboard-coding-system}, or put this in your init file:
106 106
107@lisp 107@lisp
diff --git a/man/maintaining.texi b/man/maintaining.texi
index e7d98e67591..231699a7d02 100644
--- a/man/maintaining.texi
+++ b/man/maintaining.texi
@@ -90,7 +90,7 @@ can even guess the name of the function or other object that was
90changed. 90changed.
91 91
92@vindex add-log-keep-changes-together 92@vindex add-log-keep-changes-together
93 When the option @code{add-log-keep-changes-together} is 93 When the variable @code{add-log-keep-changes-together} is
94non-@code{nil}, @kbd{C-x 4 a} adds to any existing entry for the file 94non-@code{nil}, @kbd{C-x 4 a} adds to any existing entry for the file
95rather than starting a new entry. 95rather than starting a new entry.
96 96
diff --git a/man/major.texi b/man/major.texi
index 4c933b13db0..a7c3a9062cf 100644
--- a/man/major.texi
+++ b/man/major.texi
@@ -18,9 +18,10 @@ parentheses (@pxref{Mode Line}).
18 The least specialized major mode is called @dfn{Fundamental mode}. 18 The least specialized major mode is called @dfn{Fundamental mode}.
19This mode has no mode-specific redefinitions or variable settings, so 19This mode has no mode-specific redefinitions or variable settings, so
20that each Emacs command behaves in its most general manner, and each 20that each Emacs command behaves in its most general manner, and each
21option is in its default state. For editing text of a specific type 21user option variable is in its default state. For editing text of a
22that Emacs knows about, such as Lisp code or English text, you should 22specific type that Emacs knows about, such as Lisp code or English
23switch to the appropriate major mode, such as Lisp mode or Text mode. 23text, you should switch to the appropriate major mode, such as Lisp
24mode or Text mode.
24 25
25 Selecting a major mode changes the meanings of a few keys to become 26 Selecting a major mode changes the meanings of a few keys to become
26more specifically adapted to the language being edited. The ones that 27more specifically adapted to the language being edited. The ones that
diff --git a/man/mini.texi b/man/mini.texi
index 9d0a7d54be1..69e31032b12 100644
--- a/man/mini.texi
+++ b/man/mini.texi
@@ -392,7 +392,7 @@ indicate the places for completion; thus, @file{/u*/b*/f*} might
392complete to @file{/usr/bin/foo}. 392complete to @file{/usr/bin/foo}.
393 393
394 To enable this mode, use the command @kbd{M-x 394 To enable this mode, use the command @kbd{M-x
395partial-completion-mode}, or customize the option 395partial-completion-mode}, or customize the variable
396@code{partial-completion-mode}. This binds the partial completion 396@code{partial-completion-mode}. This binds the partial completion
397commands to @key{TAB}, @key{SPC}, @key{RET}, and @kbd{?}. The usual 397commands to @key{TAB}, @key{SPC}, @key{RET}, and @kbd{?}. The usual
398completion commands are available on @kbd{M-@key{TAB}}, 398completion commands are available on @kbd{M-@key{TAB}},
diff --git a/man/misc.texi b/man/misc.texi
index e4b2806c673..8068de4c25f 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -2020,8 +2020,8 @@ editors. Standard facilities can emulate these:
2020@cindex mode, CRiSP 2020@cindex mode, CRiSP
2021You can turn on key bindings to emulate the CRiSP/Brief editor with 2021You can turn on key bindings to emulate the CRiSP/Brief editor with
2022@kbd{M-x crisp-mode}. Note that this rebinds @kbd{M-x} to exit Emacs 2022@kbd{M-x crisp-mode}. Note that this rebinds @kbd{M-x} to exit Emacs
2023unless you change the user option @code{crisp-override-meta-x}. You can 2023unless you set the variable @code{crisp-override-meta-x}. You can
2024also use the command @kbd{M-x scroll-all-mode} or set the user option 2024also use the command @kbd{M-x scroll-all-mode} or set the variable
2025@code{crisp-load-scroll-all} to emulate CRiSP's scroll-all feature 2025@code{crisp-load-scroll-all} to emulate CRiSP's scroll-all feature
2026(scrolling all windows together). 2026(scrolling all windows together).
2027 2027
diff --git a/man/programs.texi b/man/programs.texi
index b48a55777a5..67b19c2e5e4 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1277,7 +1277,7 @@ Hide all blocks @var{n} levels below this block
1277@vindex hs-hide-comments-when-hiding-all 1277@vindex hs-hide-comments-when-hiding-all
1278@vindex hs-isearch-open 1278@vindex hs-isearch-open
1279@vindex hs-special-modes-alist 1279@vindex hs-special-modes-alist
1280 These user options exist for customizing Hideshow mode. 1280 These variables exist for customizing Hideshow mode.
1281 1281
1282@table @code 1282@table @code
1283@item hs-hide-comments-when-hiding-all 1283@item hs-hide-comments-when-hiding-all
diff --git a/man/screen.texi b/man/screen.texi
index b2632fefd5d..ee3bb3e7dce 100644
--- a/man/screen.texi
+++ b/man/screen.texi
@@ -97,7 +97,7 @@ selected window's cursor is solid or blinking, and the other cursors
97are just hollow. Thus, the most striking cursor always shows you 97are just hollow. Thus, the most striking cursor always shows you
98the selected window, on all kinds of terminals. 98the selected window, on all kinds of terminals.
99 99
100 @xref{Cursor Display}, for customization options that control display 100 @xref{Cursor Display}, for customizable variables that control display
101of the cursor or cursors. 101of the cursor or cursors.
102 102
103 The term ``point'' comes from the character @samp{.}, which was the 103 The term ``point'' comes from the character @samp{.}, which was the
diff --git a/man/sending.texi b/man/sending.texi
index 5bc54294cf9..a1564d4fc01 100644
--- a/man/sending.texi
+++ b/man/sending.texi
@@ -506,9 +506,9 @@ the full name, and what style to use, as in @code{mail-from-style}
506 506
507 For completion purposes, the valid mailing addresses are taken to be 507 For completion purposes, the valid mailing addresses are taken to be
508the local users' names plus your personal mail aliases. You can 508the local users' names plus your personal mail aliases. You can
509specify additional sources of valid addresses; look at the customization 509specify additional sources of valid addresses; see the customization
510group @samp{mailalias} to see the options for this 510group @samp{mailalias} to see the variables for customizing this
511(@pxref{Customization Groups}). 511feature (@pxref{Customization Groups}).
512 512
513 If you type @kbd{M-@key{TAB}} in the body of the message, 513 If you type @kbd{M-@key{TAB}} in the body of the message,
514@code{mail-complete} invokes @code{ispell-complete-word}, as in Text 514@code{mail-complete} invokes @code{ispell-complete-word}, as in Text