diff options
Diffstat (limited to 'lisp/winner.el')
-rw-r--r-- | lisp/winner.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/winner.el b/lisp/winner.el index e671b83880a..38ab5f51016 100644 --- a/lisp/winner.el +++ b/lisp/winner.el @@ -50,7 +50,7 @@ (defcustom winner-ring-size 200 "Maximum number of stored window configurations per frame." - :type 'integer) + :type 'natnum) (defcustom winner-boring-buffers '("*Completions*") "List of buffer names whose windows `winner-undo' will not restore. @@ -343,8 +343,8 @@ Winner mode is a global minor mode that records the changes in the window configuration (i.e. how the frames are partitioned into windows) so that the changes can be \"undone\" using the command `winner-undo'. By default this one is bound to the key -sequence `C-c <left>'. If you change your mind (while undoing), -you can press `C-c <right>' (calling `winner-redo')." +sequence \\`C-c <left>'. If you change your mind (while undoing), +you can press \\`C-c <right>' (calling `winner-redo')." :global t (if winner-mode (progn |