diff options
| author | Juanma Barranquero | 2006-12-10 23:16:11 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-10 23:16:11 +0000 |
| commit | 17cf2c3e23b2065516efd82d1a745e2d5d3276ea (patch) | |
| tree | 195e7a0a097c3ec0875ed34823cb452c6e2594fd /src | |
| parent | 51d8b30ef81485d5b67df7133d5f687c2db10d12 (diff) | |
| download | emacs-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.c | 12 |
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. |
| 11679 | nil means ignore them. If you encounter fonts with bogus | 11679 | A value of nil means ignore them. If you encounter fonts with bogus |
| 11680 | UNDERLINE_POSITION font properties, for example 7x13 on XFree prior | 11680 | UNDERLINE_POSITION font properties, for example 7x13 on XFree prior |
| 11681 | to 4.1, set this to nil. | 11681 | to 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. |
| 11689 | nil means to draw the underline according to the value of the variable | 11689 | A 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 | 11690 | variable `x-use-underline-position-properties', which is usually at the |
| 11691 | level. The default value is nil. */); | 11691 | baseline 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. |
| 11737 | The value can be nil, t, or the symbol `reverse'. | 11737 | The value can be nil, t, or the symbol `reverse'. |
| 11738 | nil means that no emulation should be done and the modifiers should be | 11738 | A value of nil means that no emulation should be done and the modifiers |
| 11739 | placed on the mouse-1 event. | 11739 | should be placed on the mouse-1 event. |
| 11740 | t means that when the option-key is held down while pressing the mouse | 11740 | t means that when the option-key is held down while pressing the mouse |
| 11741 | button, the click will register as mouse-2 and while the command-key | 11741 | button, the click will register as mouse-2 and while the command-key |
| 11742 | is held down, the click will register as mouse-3. | 11742 | is held down, the click will register as mouse-3. |