aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorChong Yidong2012-04-09 21:05:48 +0800
committerChong Yidong2012-04-09 21:05:48 +0800
commitfb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch)
treeeba43d1fa2427a77f1f6b1468838426b33ea5973 /src/w32term.c
parenta18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff)
downloademacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz
emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 8a0e9efc943..18a3753f9e9 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -6411,7 +6411,7 @@ the cursor have no effect. */);
6411 from cus-start.el and other places, like "M-x set-variable". */ 6411 from cus-start.el and other places, like "M-x set-variable". */
6412 DEFVAR_BOOL ("x-use-underline-position-properties", 6412 DEFVAR_BOOL ("x-use-underline-position-properties",
6413 x_use_underline_position_properties, 6413 x_use_underline_position_properties,
6414 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. 6414 doc: /* Non-nil means make use of UNDERLINE_POSITION font properties.
6415A value of nil means ignore them. If you encounter fonts with bogus 6415A value of nil means ignore them. If you encounter fonts with bogus
6416UNDERLINE_POSITION font properties, for example 7x13 on XFree prior 6416UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
6417to 4.1, set this to nil. You can also use `underline-minimum-offset' 6417to 4.1, set this to nil. You can also use `underline-minimum-offset'
@@ -6421,7 +6421,7 @@ sizes. */);
6421 6421
6422 DEFVAR_BOOL ("x-underline-at-descent-line", 6422 DEFVAR_BOOL ("x-underline-at-descent-line",
6423 x_underline_at_descent_line, 6423 x_underline_at_descent_line,
6424 doc: /* *Non-nil means to draw the underline at the same place as the descent line. 6424 doc: /* Non-nil means to draw the underline at the same place as the descent line.
6425A value of nil means to draw the underline according to the value of the 6425A value of nil means to draw the underline according to the value of the
6426variable `x-use-underline-position-properties', which is usually at the 6426variable `x-use-underline-position-properties', which is usually at the
6427baseline level. The default value is nil. */); 6427baseline level. The default value is nil. */);