mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-17 17:29:30 +00:00
; Fix doc typos (Bug#65868)
This commit is contained in:
parent
6554ec2246
commit
d11d81dfcc
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue