emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9bec2fb 3/9: Merge from origin/emacs-25


From: Paul Eggert
Subject: [Emacs-diffs] master 9bec2fb 3/9: Merge from origin/emacs-25
Date: Sun, 1 Jan 2017 09:18:47 +0000 (UTC)

branch: master
commit 9bec2fb3c19968a673f761c55057c4dbc9d907be
Merge: 37b01ef 4179238
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Merge from origin/emacs-25
    
    4179238 Improve documentation of 'w32-scroll-lock-modifier'
---
 doc/emacs/msdos.texi |    6 +++++-
 src/w32fns.c         |    3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi
index 2793bb9..eb0fb17 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
 Windows key, and @code{w32-scroll-lock-modifier} does the same for the
 @key{ScrLock} key.  If these variables are set to @code{nil}, the
 right Windows key produces the symbol @code{rwindow} and @key{ScrLock}
-produces the symbol @code{scroll}.
+produces the symbol @code{scroll}.  If you want @key{ScrLock} to
+produce the same effect as in other applications, i.e.@: toggle the
+Scroll Lock @acronym{LED} indication on the keyboard, set
address@hidden to @code{t} or any address@hidden
+value other than the above modifier symbols.
 
 @vindex w32-pass-alt-to-system
 @cindex Windows system menu
diff --git a/src/w32fns.c b/src/w32fns.c
index 8c8272b..79762ea 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -9900,7 +9900,8 @@ Set to nil to handle Caps Lock as the `capslock' key.  
*/);
               doc: /* Modifier to use for the Scroll Lock ON state.
 The value can be hyper, super, meta, alt, control or shift for the
 respective modifier, or nil to handle Scroll Lock as the `scroll' key.
-Any other value will cause the Scroll Lock key to be ignored.  */);
+Any other value will cause the Scroll Lock key to be ignored by Emacs,
+and it will have the same effect as in other applications.  */);
   Vw32_scroll_lock_modifier = Qnil;
 
   DEFVAR_LISP ("w32-lwindow-modifier",



reply via email to

[Prev in Thread] Current Thread [Next in Thread]