Fix example in Emacs user manual
* doc/emacs/custom.texi (Init Rebinding): Fix syntax of example. Reported by silarakta <silarakta@protonmail.com>. (Bug#67474)
This commit is contained in:
@@ -1977,8 +1977,8 @@ the one for @kbd{C-c C-x x} in Texinfo mode:
|
||||
(keymap-set texinfo-mode-map "C-c p"
|
||||
'backward-paragraph)
|
||||
(keymap-set texinfo-mode-map "C-c n"
|
||||
'forward-paragraph)))
|
||||
(keymap-set texinfo-mode-map "C-c C-x x" nil)
|
||||
'forward-paragraph)
|
||||
(keymap-set texinfo-mode-map "C-c C-x x" nil)))
|
||||
@end example
|
||||
|
||||
@node Modifier Keys
|
||||
|
||||
Reference in New Issue
Block a user