aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2016-12-19 20:00:09 +0200
committerEli Zaretskii2016-12-19 20:00:09 +0200
commit4179238fa8047837c545227c6e538fb43afaa4ff (patch)
tree913300710fcfaac1376d4b0afc4f6371dd024634 /src
parentdfc9f114c728c254c19173001c2a5b49207afb9c (diff)
downloademacs-4179238fa8047837c545227c6e538fb43afaa4ff.tar.gz
emacs-4179238fa8047837c545227c6e538fb43afaa4ff.zip
Improve documentation of 'w32-scroll-lock-modifier'
* doc/emacs/msdos.texi (Windows Keyboard): Document how to set up w32-scroll-lock-modifier so that Scroll Lock toggles the LED. * src/w32fns.c (syms_of_w32fns) <w32-scroll-lock-modifier>: Doc fix. (Bug#25204)
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c3
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.
9426The value can be hyper, super, meta, alt, control or shift for the 9426The value can be hyper, super, meta, alt, control or shift for the
9427respective modifier, or nil to handle Scroll Lock as the `scroll' key. 9427respective modifier, or nil to handle Scroll Lock as the `scroll' key.
9428Any other value will cause the Scroll Lock key to be ignored. */); 9428Any other value will cause the Scroll Lock key to be ignored by Emacs,
9429and 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",