diff options
Diffstat (limited to 'lisp/tab-bar.el')
-rw-r--r-- | lisp/tab-bar.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index 705b0725012..4ca177f73b7 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -2425,7 +2425,7 @@ When `switch-to-buffer-obey-display-actions' is non-nil, (define-key map "o" 'tab-next) (define-key map "O" 'tab-previous) map) - "Keymap to repeat tab switch key sequences `C-x t o o O'. + "Keymap to repeat tab switch key sequences \\`C-x t o o O'. Used in `repeat-mode'.") (put 'tab-next 'repeat-map 'tab-bar-switch-repeat-map) (put 'tab-previous 'repeat-map 'tab-bar-switch-repeat-map) @@ -2435,7 +2435,7 @@ Used in `repeat-mode'.") (define-key map "m" 'tab-move) (define-key map "M" 'tab-bar-move-tab-backward) map) - "Keymap to repeat tab move key sequences `C-x t m m M'. + "Keymap to repeat tab move key sequences \\`C-x t m m M'. Used in `repeat-mode'.") (put 'tab-move 'repeat-map 'tab-bar-move-repeat-map) (put 'tab-bar-move-tab-backward 'repeat-map 'tab-bar-move-repeat-map) |