diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 8c8272b16d4..79762ea36ab 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -9900,7 +9900,8 @@ Set to nil to handle Caps Lock as the `capslock' key. */); | |||
| 9900 | doc: /* Modifier to use for the Scroll Lock ON state. | 9900 | doc: /* Modifier to use for the Scroll Lock ON state. |
| 9901 | The value can be hyper, super, meta, alt, control or shift for the | 9901 | The value can be hyper, super, meta, alt, control or shift for the |
| 9902 | respective modifier, or nil to handle Scroll Lock as the `scroll' key. | 9902 | respective modifier, or nil to handle Scroll Lock as the `scroll' key. |
| 9903 | Any other value will cause the Scroll Lock key to be ignored. */); | 9903 | Any other value will cause the Scroll Lock key to be ignored by Emacs, |
| 9904 | and it will have the same effect as in other applications. */); | ||
| 9904 | Vw32_scroll_lock_modifier = Qnil; | 9905 | Vw32_scroll_lock_modifier = Qnil; |
| 9905 | 9906 | ||
| 9906 | DEFVAR_LISP ("w32-lwindow-modifier", | 9907 | DEFVAR_LISP ("w32-lwindow-modifier", |