aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2001-10-17 03:16:12 +0000
committerMiles Bader <[email protected]>2001-10-17 03:16:12 +0000
commit7ee72033eb52c5891e39c80b6db21e491ce0b187 (patch)
tree5d7f0e7a7efbf8ada6531247701ba53d6c70579d /src/xterm.c
parent015a8883e056cd23d926a45304b63880b7a99063 (diff)
Change doc-string comments to `new style' [w/`doc:' keyword].
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 492966253d..7215650534 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -32,7 +32,6 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_X_WINDOWS
-#define DOC_STRINGS_IN_COMMENTS
#include "lisp.h"
#include "blockinput.h"
@@ -14799,22 +14798,22 @@ syms_of_xterm ()
staticpro (&previous_help_echo);
help_echo_pos = -1;
- DEFVAR_BOOL ("x-stretch-cursor", &x_stretch_cursor_p
- /* *Non-nil means draw block cursor as wide as the glyph under it.
+ DEFVAR_BOOL ("x-stretch-cursor", &x_stretch_cursor_p,
+ doc: /* *Non-nil means draw block cursor as wide as the glyph under it.
For example, if a block cursor is over a tab, it will be drawn as
wide as that tab on the display. */);
x_stretch_cursor_p = 0;
DEFVAR_BOOL ("x-use-underline-position-properties",
- &x_use_underline_position_properties
- /* *Non-nil means make use of UNDERLINE_POSITION font properties.
+ &x_use_underline_position_properties,
+ doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties.
Nil means ignore them. If you encounter fonts with bogus
UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
to 4.1, set this to nil. */);
x_use_underline_position_properties = 1;
- DEFVAR_LISP ("x-toolkit-scroll-bars", &Vx_toolkit_scroll_bars
- /* What X toolkit scroll bars Emacs uses.
+ DEFVAR_LISP ("x-toolkit-scroll-bars", &Vx_toolkit_scroll_bars,
+ doc: /* What X toolkit scroll bars Emacs uses.
A value of nil means Emacs doesn't use X toolkit scroll bars.
Otherwise, value is a symbol describing the X toolkit. */);
#ifdef USE_TOOLKIT_SCROLL_BARS