From abd1f678d05b172c2fc20b26a8969ef0c3310e46 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 22 Feb 2012 14:10:03 +0800 Subject: [PATCH] * lisp/custom.el (load-theme): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/custom.el | 7 ++++--- lisp/dired.el | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d8fdb27daa..c91a900dfe1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-22 Chong Yidong + + * custom.el (load-theme): Doc fix. + 2012-02-22 Glenn Morris * dired-x.el (dired-guess-shell-alist-default): diff --git a/lisp/custom.el b/lisp/custom.el index 810b78144a4..2f17ad36da0 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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. diff --git a/lisp/dired.el b/lisp/dired.el index b683cb15b88..c087f65eaeb 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -4196,7 +4196,7 @@ instead. ;;;*** ;;;### (autoloads (dired-do-relsymlink dired-jump-other-window dired-jump) -;;;;;; "dired-x" "dired-x.el" "bc516591d881911d72b58eeed8816576") +;;;;;; "dired-x" "dired-x.el" "2a39a8306a5541c304bc4ab602876f92") ;;; Generated autoloads from dired-x.el (autoload 'dired-jump "dired-x" "\ -- 2.39.2