; Fix doc typos (Bug#65868)

This commit is contained in:
shynur 2023-09-11 22:56:39 +08:00 committed by Stefan Kangas
parent 6554ec2246
commit d11d81dfcc
3 changed files with 3 additions and 3 deletions

View file

@ -422,7 +422,7 @@ execution of the compiled file. For example,
@lisp
(eval-when-compile
(unless (fboundp 'some-new-thing)
(defmacro 'some-new-thing ()
(defmacro some-new-thing ()
(compatibility code))))
@end lisp

View file

@ -90,7 +90,7 @@ Manual}.
(kbd "C-x C-f") @result{} "\C-x\C-f"
(kbd "C-x 4 C-f") @result{} "\C-x4\C-f"
(kbd "X") @result{} "X"
(kbd "RET") @result{} "\^M"
(kbd "RET") @result{} "^M"
(kbd "C-c SPC") @result{} "\C-c@ "
(kbd "<f1> SPC") @result{} [f1 32]
(kbd "C-M-<down>") @result{} [C-M-down]