diff options
Diffstat (limited to 'lisp/winner.el')
-rw-r--r-- | lisp/winner.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/winner.el b/lisp/winner.el index e671b83880a..9b2433b4929 100644 --- a/lisp/winner.el +++ b/lisp/winner.el @@ -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 |