aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.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/callint.c
parenta18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff)
downloademacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz
emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index 96e2e10b9d5..c70082e8ae0 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -945,7 +945,7 @@ may be set by the debugger as a reminder for itself. */);
945 Vcommand_debug_status = Qnil; 945 Vcommand_debug_status = Qnil;
946 946
947 DEFVAR_LISP ("mark-even-if-inactive", Vmark_even_if_inactive, 947 DEFVAR_LISP ("mark-even-if-inactive", Vmark_even_if_inactive,
948 doc: /* *Non-nil means you can use the mark even when inactive. 948 doc: /* Non-nil means you can use the mark even when inactive.
949This option makes a difference in Transient Mark mode. 949This option makes a difference in Transient Mark mode.
950When the option is non-nil, deactivation of the mark 950When the option is non-nil, deactivation of the mark
951turns off region highlighting, but commands that use the mark 951turns off region highlighting, but commands that use the mark