aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.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/fns.c
parenta18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff)
downloademacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz
emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fns.c b/src/fns.c
index 1edfe966098..a92a1c882fd 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -4933,7 +4933,7 @@ Used by `featurep' and `require', and altered by `provide'. */);
4933#endif /* HAVE_LANGINFO_CODESET */ 4933#endif /* HAVE_LANGINFO_CODESET */
4934 4934
4935 DEFVAR_BOOL ("use-dialog-box", use_dialog_box, 4935 DEFVAR_BOOL ("use-dialog-box", use_dialog_box,
4936 doc: /* *Non-nil means mouse commands use dialog boxes to ask questions. 4936 doc: /* Non-nil means mouse commands use dialog boxes to ask questions.
4937This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands 4937This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands
4938invoked by mouse clicks and mouse menu items. 4938invoked by mouse clicks and mouse menu items.
4939 4939
@@ -4942,7 +4942,7 @@ non-nil. */);
4942 use_dialog_box = 1; 4942 use_dialog_box = 1;
4943 4943
4944 DEFVAR_BOOL ("use-file-dialog", use_file_dialog, 4944 DEFVAR_BOOL ("use-file-dialog", use_file_dialog,
4945 doc: /* *Non-nil means mouse commands use a file dialog to ask for files. 4945 doc: /* Non-nil means mouse commands use a file dialog to ask for files.
4946This applies to commands from menus and tool bar buttons even when 4946This applies to commands from menus and tool bar buttons even when
4947they are initiated from the keyboard. If `use-dialog-box' is nil, 4947they are initiated from the keyboard. If `use-dialog-box' is nil,
4948that disables the use of a file dialog, regardless of the value of 4948that disables the use of a file dialog, regardless of the value of