1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/custom.el (load-theme): Doc fix.

This commit is contained in:
Chong Yidong 2012-02-22 14:10:03 +08:00
parent 86b847b644
commit abd1f678d0
3 changed files with 9 additions and 4 deletions

View file

@ -1138,9 +1138,10 @@ This variable cannot be set in a Custom theme."
The theme file is named THEME-theme.el, in one of the directories
specified by `custom-theme-load-path'.
If optional arg NO-CONFIRM is non-nil, and THEME is not
considered safe according to `custom-safe-themes', prompt the
user for confirmation.
If the theme is not considered safe by `custom-safe-themes',
prompt the user for confirmation before loading it. But if
optional arg NO-CONFIRM is non-nil, load the theme without
prompting.
Normally, this function also enables THEME; if optional arg
NO-ENABLE is non-nil, load the theme but don't enable it.