; Fix doc typos (Bug#65868)
This commit is contained in:
parent
6554ec2246
commit
d11d81dfcc
3 changed files with 3 additions and 3 deletions
|
@ -626,7 +626,7 @@ button.
|
||||||
the theme file and asks if you really want to load it. Because
|
the theme file and asks if you really want to load it. Because
|
||||||
loading a Custom theme can execute arbitrary Lisp code, you should
|
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
|
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
|
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,
|
@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
|
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
|
@lisp
|
||||||
(eval-when-compile
|
(eval-when-compile
|
||||||
(unless (fboundp 'some-new-thing)
|
(unless (fboundp 'some-new-thing)
|
||||||
(defmacro 'some-new-thing ()
|
(defmacro some-new-thing ()
|
||||||
(compatibility code))))
|
(compatibility code))))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
|
|
@ -90,7 +90,7 @@ Manual}.
|
||||||
(kbd "C-x C-f") @result{} "\C-x\C-f"
|
(kbd "C-x C-f") @result{} "\C-x\C-f"
|
||||||
(kbd "C-x 4 C-f") @result{} "\C-x4\C-f"
|
(kbd "C-x 4 C-f") @result{} "\C-x4\C-f"
|
||||||
(kbd "X") @result{} "X"
|
(kbd "X") @result{} "X"
|
||||||
(kbd "RET") @result{} "\^M"
|
(kbd "RET") @result{} "^M"
|
||||||
(kbd "C-c SPC") @result{} "\C-c@ "
|
(kbd "C-c SPC") @result{} "\C-c@ "
|
||||||
(kbd "<f1> SPC") @result{} [f1 32]
|
(kbd "<f1> SPC") @result{} [f1 32]
|
||||||
(kbd "C-M-<down>") @result{} [C-M-down]
|
(kbd "C-M-<down>") @result{} [C-M-down]
|
||||||
|
|
Loading…
Add table
Reference in a new issue