diff options
author | shynur <one.last.kiss@outlook.com> | 2023-09-11 22:56:39 +0800 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-09-11 17:16:23 +0200 |
commit | d11d81dfcc6b50a8e889789e2d4696af1a544f7f (patch) | |
tree | 3d748ab1196856b5607688c0c0b93e329d484a89 /doc/emacs | |
parent | 6554ec224654186c9c87f4f0ee48b7353da84a7b (diff) | |
download | emacs-d11d81dfcc6b50a8e889789e2d4696af1a544f7f.tar.gz emacs-d11d81dfcc6b50a8e889789e2d4696af1a544f7f.tar.bz2 emacs-d11d81dfcc6b50a8e889789e2d4696af1a544f7f.zip |
; Fix doc typos (Bug#65868)
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/custom.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index ea29876be80..7ca618bd2f6 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -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 |