aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-10 23:16:11 +0000
committerJuanma Barranquero2006-12-10 23:16:11 +0000
commit17cf2c3e23b2065516efd82d1a745e2d5d3276ea (patch)
tree195e7a0a097c3ec0875ed34823cb452c6e2594fd /src
parent51d8b30ef81485d5b67df7133d5f687c2db10d12 (diff)
downloademacs-17cf2c3e23b2065516efd82d1a745e2d5d3276ea.tar.gz
emacs-17cf2c3e23b2065516efd82d1a745e2d5d3276ea.zip
(syms_of_macterm) <x-use-underline-position-properties,
x-underline-at-descent-line, mac-emulate-three-button-mouse>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/macterm.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/macterm.c b/src/macterm.c
index e36fafa2740..994131c4d52 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -11676,7 +11676,7 @@ syms_of_macterm ()
11676 DEFVAR_BOOL ("x-use-underline-position-properties", 11676 DEFVAR_BOOL ("x-use-underline-position-properties",
11677 &x_use_underline_position_properties, 11677 &x_use_underline_position_properties,
11678 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. 11678 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties.
11679nil means ignore them. If you encounter fonts with bogus 11679A value of nil means ignore them. If you encounter fonts with bogus
11680UNDERLINE_POSITION font properties, for example 7x13 on XFree prior 11680UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
11681to 4.1, set this to nil. 11681to 4.1, set this to nil.
11682 11682
@@ -11686,9 +11686,9 @@ NOTE: Not supported on Mac yet. */);
11686 DEFVAR_BOOL ("x-underline-at-descent-line", 11686 DEFVAR_BOOL ("x-underline-at-descent-line",
11687 &x_underline_at_descent_line, 11687 &x_underline_at_descent_line,
11688 doc: /* *Non-nil means to draw the underline at the same place as the descent line. 11688 doc: /* *Non-nil means to draw the underline at the same place as the descent line.
11689nil means to draw the underline according to the value of the variable 11689A value of nil means to draw the underline according to the value of the
11690`x-use-underline-position-properties', which is usually at the baseline 11690variable `x-use-underline-position-properties', which is usually at the
11691level. The default value is nil. */); 11691baseline level. The default value is nil. */);
11692 x_underline_at_descent_line = 0; 11692 x_underline_at_descent_line = 0;
11693 11693
11694 DEFVAR_LISP ("x-toolkit-scroll-bars", &Vx_toolkit_scroll_bars, 11694 DEFVAR_LISP ("x-toolkit-scroll-bars", &Vx_toolkit_scroll_bars,
@@ -11735,8 +11735,8 @@ unexpected results for some keys on non-US/GB keyboards. */);
11735 &Vmac_emulate_three_button_mouse, 11735 &Vmac_emulate_three_button_mouse,
11736 doc: /* *Specify a way of three button mouse emulation. 11736 doc: /* *Specify a way of three button mouse emulation.
11737The value can be nil, t, or the symbol `reverse'. 11737The value can be nil, t, or the symbol `reverse'.
11738nil means that no emulation should be done and the modifiers should be 11738A value of nil means that no emulation should be done and the modifiers
11739placed on the mouse-1 event. 11739should be placed on the mouse-1 event.
11740t means that when the option-key is held down while pressing the mouse 11740t means that when the option-key is held down while pressing the mouse
11741button, the click will register as mouse-2 and while the command-key 11741button, the click will register as mouse-2 and while the command-key
11742is held down, the click will register as mouse-3. 11742is held down, the click will register as mouse-3.