diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/rst.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 3d4854e89d6..aea8e7072ea 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -645,7 +645,7 @@ as well but give an additional message." | |||
| 645 | ;; | 645 | ;; |
| 646 | ;; The adjustment function that adorns or rotates a section title. | 646 | ;; The adjustment function that adorns or rotates a section title. |
| 647 | (rst-define-key map [?\C-c ?\C-=] 'rst-adjust [?\C-c ?\C-a t]) | 647 | (rst-define-key map [?\C-c ?\C-=] 'rst-adjust [?\C-c ?\C-a t]) |
| 648 | (rst-define-key map [?\C-=] 'rst-adjust) ; Does not work on the Mac OSX and | 648 | (rst-define-key map [?\C-=] 'rst-adjust) ; Does not work on macOS and |
| 649 | ; on consoles. | 649 | ; on consoles. |
| 650 | 650 | ||
| 651 | ;; \C-c \C-a is the keymap for adornments. | 651 | ;; \C-c \C-a is the keymap for adornments. |