aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2017-01-01 01:02:46 -0800
committerPaul Eggert2017-01-01 01:02:46 -0800
commit9bec2fb3c19968a673f761c55057c4dbc9d907be (patch)
tree2ce695d1512d61e55318d1d2ad775b3c0073b4f7 /doc
parent37b01efe2041999963db839ddf5dc94698e1da61 (diff)
parent4179238fa8047837c545227c6e538fb43afaa4ff (diff)
downloademacs-9bec2fb3c19968a673f761c55057c4dbc9d907be.tar.gz
emacs-9bec2fb3c19968a673f761c55057c4dbc9d907be.zip
Merge from origin/emacs-25
4179238 Improve documentation of 'w32-scroll-lock-modifier'
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/msdos.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi
index 2793bb944bc..eb0fb17ddd1 100644
--- a/doc/emacs/msdos.texi
+++ b/doc/emacs/msdos.texi
@@ -612,7 +612,11 @@ variable @code{w32-rwindow-modifier} controls the effect of the right
612Windows key, and @code{w32-scroll-lock-modifier} does the same for the 612Windows key, and @code{w32-scroll-lock-modifier} does the same for the
613@key{ScrLock} key. If these variables are set to @code{nil}, the 613@key{ScrLock} key. If these variables are set to @code{nil}, the
614right Windows key produces the symbol @code{rwindow} and @key{ScrLock} 614right Windows key produces the symbol @code{rwindow} and @key{ScrLock}
615produces the symbol @code{scroll}. 615produces the symbol @code{scroll}. If you want @key{ScrLock} to
616produce the same effect as in other applications, i.e.@: toggle the
617Scroll Lock @acronym{LED} indication on the keyboard, set
618@code{w32-scroll-lock-modifier} to @code{t} or any non-@code{nil}
619value other than the above modifier symbols.
616 620
617@vindex w32-pass-alt-to-system 621@vindex w32-pass-alt-to-system
618@cindex Windows system menu 622@cindex Windows system menu