aboutsummaryrefslogtreecommitdiffstats
path: root/man/frames.texi
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 /man/frames.texi
parent1eeda44946928f8548d3a90c138ecf7d50b5324a (diff)
downloademacs-19b2c4ca1fe5defb95255b9652be5c90c3ce481d.tar.gz
emacs-19b2c4ca1fe5defb95255b9652be5c90c3ce481d.zip
Don't say just "option" when talking about variables.
Diffstat (limited to 'man/frames.texi')
-rw-r--r--man/frames.texi18
1 files changed, 9 insertions, 9 deletions
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