diff options
author | Glenn Morris <rgm@gnu.org> | 2017-12-20 16:23:11 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-12-20 16:23:11 -0500 |
commit | 471b6c163f16fbc0b7c58c223bdb7f18ac7656e7 (patch) | |
tree | 942b8f3c085ba83114651433bebc3d58c559010a /lisp/winner.el | |
parent | 7af7f5e15589407e1e78d0595fa93b20aa7dbb5a (diff) | |
download | emacs-471b6c163f16fbc0b7c58c223bdb7f18ac7656e7.tar.gz |
; Replace non-ascii quote characters in doc strings etc
Diffstat (limited to 'lisp/winner.el')
-rw-r--r-- | lisp/winner.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/winner.el b/lisp/winner.el index 6bc27484a79..041e9253607 100644 --- a/lisp/winner.el +++ b/lisp/winner.el @@ -353,7 +353,7 @@ You may want to include buffer names such as *Help*, *Apropos*, "Toggle Winner mode on or off. With a prefix argument ARG, enable Winner mode if ARG is positive, and disable it otherwise. If called from Lisp, enable -the mode if ARG is omitted or nil, and toggle it if ARG is ‘toggle’. +the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. Winner mode is a global minor mode that records the changes in the window configuration (i.e. how the frames are partitioned |