mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
; Fix doc typos (Bug#65868)
This commit is contained in:
parent
6554ec2246
commit
d11d81dfcc
@ -626,7 +626,7 @@ button.
|
||||
the theme file and asks if you really want to load it. Because
|
||||
loading a Custom theme can execute arbitrary Lisp code, you should
|
||||
only say yes if you know that the theme is safe; in that case, Emacs
|
||||
offers to remember in the future that the theme is safe(this is done
|
||||
offers to remember in the future that the theme is safe (this is done
|
||||
by saving the theme file's SHA-256 hash to the variable
|
||||
@code{custom-safe-themes}; if you want to treat all themes as safe,
|
||||
change its value to @code{t}). Themes that come with Emacs (in the
|
||||
|
@ -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…
Reference in New Issue
Block a user