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 27c0d65fbd0..9f4232d5b92 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -9425,7 +9425,8 @@ Set to nil to handle Caps Lock as the `capslock' key. */); | |||
| 9425 | doc: /* Modifier to use for the Scroll Lock ON state. | 9425 | doc: /* Modifier to use for the Scroll Lock ON state. |
| 9426 | The value can be hyper, super, meta, alt, control or shift for the | 9426 | The value can be hyper, super, meta, alt, control or shift for the |
| 9427 | respective modifier, or nil to handle Scroll Lock as the `scroll' key. | 9427 | respective modifier, or nil to handle Scroll Lock as the `scroll' key. |
| 9428 | Any other value will cause the Scroll Lock key to be ignored. */); | 9428 | Any other value will cause the Scroll Lock key to be ignored by Emacs, |
| 9429 | and it will have the same effect as in other applications. */); | ||
| 9429 | Vw32_scroll_lock_modifier = Qnil; | 9430 | Vw32_scroll_lock_modifier = Qnil; |
| 9430 | 9431 | ||
| 9431 | DEFVAR_LISP ("w32-lwindow-modifier", | 9432 | DEFVAR_LISP ("w32-lwindow-modifier", |