diff options
| author | Chong Yidong | 2012-04-09 21:05:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-09 21:05:48 +0800 |
| commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
| tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /src/fns.c | |
| parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
| download | emacs-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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. |
| 4937 | This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands | 4937 | This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands |
| 4938 | invoked by mouse clicks and mouse menu items. | 4938 | invoked 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. |
| 4946 | This applies to commands from menus and tool bar buttons even when | 4946 | This applies to commands from menus and tool bar buttons even when |
| 4947 | they are initiated from the keyboard. If `use-dialog-box' is nil, | 4947 | they are initiated from the keyboard. If `use-dialog-box' is nil, |
| 4948 | that disables the use of a file dialog, regardless of the value of | 4948 | that disables the use of a file dialog, regardless of the value of |