diff options
| author | Richard M. Stallman | 2005-01-30 11:23:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-01-30 11:23:17 +0000 |
| commit | 19b2c4ca1fe5defb95255b9652be5c90c3ce481d (patch) | |
| tree | fc61b07c58451bb925c8bba8e45b347961a54ec6 | |
| parent | 1eeda44946928f8548d3a90c138ecf7d50b5324a (diff) | |
| download | emacs-19b2c4ca1fe5defb95255b9652be5c90c3ce481d.tar.gz emacs-19b2c4ca1fe5defb95255b9652be5c90c3ce481d.zip | |
Don't say just "option" when talking about variables.
| -rw-r--r-- | man/files.texi | 2 | ||||
| -rw-r--r-- | man/frames.texi | 18 | ||||
| -rw-r--r-- | man/help.texi | 14 | ||||
| -rw-r--r-- | man/macos.texi | 2 | ||||
| -rw-r--r-- | man/maintaining.texi | 2 | ||||
| -rw-r--r-- | man/major.texi | 7 | ||||
| -rw-r--r-- | man/mini.texi | 2 | ||||
| -rw-r--r-- | man/misc.texi | 4 | ||||
| -rw-r--r-- | man/programs.texi | 2 | ||||
| -rw-r--r-- | man/screen.texi | 2 | ||||
| -rw-r--r-- | man/sending.texi | 6 |
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. | |||
| 2979 | compressed files when you visit them, and automatically recompress them | 2979 | compressed files when you visit them, and automatically recompress them |
| 2980 | if you alter them and save them. To enable this feature, type the | 2980 | if you alter them and save them. To enable this feature, type the |
| 2981 | command @kbd{M-x auto-compression-mode}. You can enable it permanently | 2981 | command @kbd{M-x auto-compression-mode}. You can enable it permanently |
| 2982 | by customizing the option @code{auto-compression-mode}. | 2982 | by 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 |
| 2985 | well) is enabled, Emacs recognizes compressed files by their file names. | 2985 | well) 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 |
| 279 | names, all use the clipboard. | 279 | names, 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 |
| 282 | the Emacs yank functions consult the clipboard before the primary | 282 | the Emacs yank functions consult the clipboard before the primary |
| 283 | selection, and to make the kill functions to store in the clipboard as | 283 | selection, and to make the kill functions to store in the clipboard as |
| 284 | well as the primary selection. Otherwise they do not access the | 284 | well 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. | |||
| 758 | scroll-bar-mode}. With no argument, it toggles the use of scroll bars. | 758 | scroll-bar-mode}. With no argument, it toggles the use of scroll bars. |
| 759 | With an argument, it turns use of scroll bars on if and only if the | 759 | With an argument, it turns use of scroll bars on if and only if the |
| 760 | argument is positive. This command applies to all frames, including | 760 | argument is positive. This command applies to all frames, including |
| 761 | frames yet to be created. Customize the option @code{scroll-bar-mode} | 761 | frames yet to be created. Customize the variable @code{scroll-bar-mode} |
| 762 | to control the use of scroll bars at startup. You can use it to specify | 762 | to control the use of scroll bars at startup. You can use it to specify |
| 763 | that they are placed at the right of windows if you prefer that. You | 763 | that they are placed at the right of windows if you prefer that. You |
| 764 | have to set this variable through the @samp{Customize} interface | 764 | have 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 |
| 789 | scroll windows instead of using the scroll bar or keyboard commands. | 789 | scroll windows instead of using the scroll bar or keyboard commands. |
| 790 | To do so, turn on Mouse Wheel global minor mode with the command | 790 | To 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 |
| 793 | generating appropriate events for Emacs. | 793 | generating 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 |
| 852 | menu-bar-mode} or by customizing the option @code{menu-bar-mode}. | 852 | menu-bar-mode} or by customizing the variable @code{menu-bar-mode}. |
| 853 | With no argument, this command toggles Menu Bar mode, a | 853 | With no argument, this command toggles Menu Bar mode, a |
| 854 | minor mode. With an argument, the command turns Menu Bar mode on if the | 854 | minor mode. With an argument, the command turns Menu Bar mode on if the |
| 855 | argument is positive, off if the argument is not positive. You can use | 855 | argument 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 | |||
| 899 | dialog box to ask a yes-or-no question, if you used the mouse to | 899 | dialog box to ask a yes-or-no question, if you used the mouse to |
| 900 | invoke the command to begin with. | 900 | invoke 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 |
| 903 | use of dialog boxes. This also controls whether to use file selection | 903 | use of dialog boxes. This also controls whether to use file selection |
| 904 | windows (but those are not supported on all platforms). | 904 | windows (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 |
| 908 | file names. | 908 | file 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 |
| 911 | use of file selection windows even if you still want other kinds | 911 | use of file selection windows even if you still want other kinds |
| 912 | of dialogs. This option has no effect if you have suppressed all dialog | 912 | of dialogs. This variable has no effect if you have suppressed all dialog |
| 913 | boxes with the option @code{use-dialog-box}. | 913 | boxes 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 |
| 950 | Mouse Avoidance mode keeps the window system mouse pointer away from | 950 | Mouse Avoidance mode keeps the window system mouse pointer away from |
| 951 | point, to avoid obscuring text. Whenever it moves the mouse, it also | 951 | point, to avoid obscuring text. Whenever it moves the mouse, it also |
| 952 | raises the frame. To use Mouse Avoidance mode, customize the option | 952 | raises 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 |
| 954 | move the mouse in several ways: | 954 | move 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 |
| 42 | exactly it is documented, and aren't sure of the name of a | 42 | exactly it is documented, and aren't sure of the name of a |
| 43 | related command or option, we recommend trying these methods. Usually | 43 | related command or variable, we recommend trying these methods. Usually |
| 44 | it is best to start with an apropos command, then try searching the | 44 | it is best to start with an apropos command, then try searching the |
| 45 | manual index, then finally look in the FAQ and the package keywords. | 45 | manual 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 | |||
| 51 | command displays to find what you are looking for. @xref{Apropos}. | 51 | command 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} |
| 54 | This works like @kbd{C-h a}, but it also searches for user options and | 54 | This works like @kbd{C-h a}, but it also searches for variables, |
| 55 | other variables, in case the feature you are looking for is controlled | 55 | in case the feature you are looking for is controlled by a variable |
| 56 | by an option, not a command. @xref{Apropos}. | 56 | rather 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} |
| 59 | This searches the @emph{documentation strings} (the built-in short | 59 | This 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 |
| 306 | customization options by default; if you specify a prefix argument, it | 306 | variables meant for user customization; if you specify a prefix |
| 307 | checks all variables. | 307 | argument, 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} | |||
| 101 | coding system using 12-point Monaco. | 101 | coding 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, |
| 104 | type @kbd{C-x @key{RET} k mac-roman @key{RET}}, customize the option | 104 | type @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 | |||
| 90 | changed. | 90 | changed. |
| 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 |
| 94 | non-@code{nil}, @kbd{C-x 4 a} adds to any existing entry for the file | 94 | non-@code{nil}, @kbd{C-x 4 a} adds to any existing entry for the file |
| 95 | rather than starting a new entry. | 95 | rather 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}. |
| 19 | This mode has no mode-specific redefinitions or variable settings, so | 19 | This mode has no mode-specific redefinitions or variable settings, so |
| 20 | that each Emacs command behaves in its most general manner, and each | 20 | that each Emacs command behaves in its most general manner, and each |
| 21 | option is in its default state. For editing text of a specific type | 21 | user option variable is in its default state. For editing text of a |
| 22 | that Emacs knows about, such as Lisp code or English text, you should | 22 | specific type that Emacs knows about, such as Lisp code or English |
| 23 | switch to the appropriate major mode, such as Lisp mode or Text mode. | 23 | text, you should switch to the appropriate major mode, such as Lisp |
| 24 | mode 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 |
| 26 | more specifically adapted to the language being edited. The ones that | 27 | more 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 | |||
| 392 | complete to @file{/usr/bin/foo}. | 392 | complete 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 |
| 395 | partial-completion-mode}, or customize the option | 395 | partial-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 |
| 397 | commands to @key{TAB}, @key{SPC}, @key{RET}, and @kbd{?}. The usual | 397 | commands to @key{TAB}, @key{SPC}, @key{RET}, and @kbd{?}. The usual |
| 398 | completion commands are available on @kbd{M-@key{TAB}}, | 398 | completion 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 |
| 2021 | You can turn on key bindings to emulate the CRiSP/Brief editor with | 2021 | You 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 |
| 2023 | unless you change the user option @code{crisp-override-meta-x}. You can | 2023 | unless you set the variable @code{crisp-override-meta-x}. You can |
| 2024 | also use the command @kbd{M-x scroll-all-mode} or set the user option | 2024 | also 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 | |||
| 97 | are just hollow. Thus, the most striking cursor always shows you | 97 | are just hollow. Thus, the most striking cursor always shows you |
| 98 | the selected window, on all kinds of terminals. | 98 | the 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 |
| 101 | of the cursor or cursors. | 101 | of 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 |
| 508 | the local users' names plus your personal mail aliases. You can | 508 | the local users' names plus your personal mail aliases. You can |
| 509 | specify additional sources of valid addresses; look at the customization | 509 | specify additional sources of valid addresses; see the customization |
| 510 | group @samp{mailalias} to see the options for this | 510 | group @samp{mailalias} to see the variables for customizing this |
| 511 | (@pxref{Customization Groups}). | 511 | feature (@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 |