diff options
author | Chong Yidong <cyd@gnu.org> | 2012-04-09 21:05:48 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-04-09 21:05:48 +0800 |
commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /src/dosfns.c | |
parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
download | emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz |
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'src/dosfns.c')
-rw-r--r-- | src/dosfns.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dosfns.c b/src/dosfns.c index 8ef672fb8bb..d4b96e9df90 100644 --- a/src/dosfns.c +++ b/src/dosfns.c @@ -710,7 +710,7 @@ Implicitly modified when the TZ variable is changed. */); #endif DEFVAR_LISP ("dos-display-scancodes", Vdos_display_scancodes, - doc: /* *Controls whether DOS raw keyboard events are displayed as you type. + doc: /* Whether DOS raw keyboard events are displayed as you type. When non-nil, the keyboard scan-codes are displayed at the bottom right corner of the display (typically at the end of the mode line). The output format is: scan code:char code*modifiers. */); @@ -718,17 +718,17 @@ The output format is: scan code:char code*modifiers. */); Vdos_display_scancodes = Qnil; DEFVAR_INT ("dos-hyper-key", dos_hyper_key, - doc: /* *If set to 1, use right ALT key as hyper key. + doc: /* If set to 1, use right ALT key as hyper key. If set to 2, use right CTRL key as hyper key. */); dos_hyper_key = 0; DEFVAR_INT ("dos-super-key", dos_super_key, - doc: /* *If set to 1, use right ALT key as super key. + doc: /* If set to 1, use right ALT key as super key. If set to 2, use right CTRL key as super key. */); dos_super_key = 0; DEFVAR_INT ("dos-keypad-mode", dos_keypad_mode, - doc: /* *Controls what key code is returned by a key in the numeric keypad. + doc: /* Controls what key code is returned by a key in the numeric keypad. The `numlock ON' action is only taken if no modifier keys are pressed. The value is an integer constructed by adding the following bits together: |