diff options
| author | Chong Yidong | 2012-02-22 14:10:03 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-02-22 14:10:03 +0800 |
| commit | abd1f678d05b172c2fc20b26a8969ef0c3310e46 (patch) | |
| tree | da956086849dd78aad240a8c162f96f22994d9bc | |
| parent | 86b847b644525b83ea218bc7b6ed2de73beaced6 (diff) | |
| download | emacs-abd1f678d05b172c2fc20b26a8969ef0c3310e46.tar.gz emacs-abd1f678d05b172c2fc20b26a8969ef0c3310e46.zip | |
* lisp/custom.el (load-theme): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/custom.el | 7 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2012-02-22 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * custom.el (load-theme): Doc fix. | ||
| 4 | |||
| 1 | 2012-02-22 Glenn Morris <rgm@gnu.org> | 5 | 2012-02-22 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * dired-x.el (dired-guess-shell-alist-default): | 7 | * 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." | |||
| 1138 | The theme file is named THEME-theme.el, in one of the directories | 1138 | The theme file is named THEME-theme.el, in one of the directories |
| 1139 | specified by `custom-theme-load-path'. | 1139 | specified by `custom-theme-load-path'. |
| 1140 | 1140 | ||
| 1141 | If optional arg NO-CONFIRM is non-nil, and THEME is not | 1141 | If the theme is not considered safe by `custom-safe-themes', |
| 1142 | considered safe according to `custom-safe-themes', prompt the | 1142 | prompt the user for confirmation before loading it. But if |
| 1143 | user for confirmation. | 1143 | optional arg NO-CONFIRM is non-nil, load the theme without |
| 1144 | prompting. | ||
| 1144 | 1145 | ||
| 1145 | Normally, this function also enables THEME; if optional arg | 1146 | Normally, this function also enables THEME; if optional arg |
| 1146 | NO-ENABLE is non-nil, load the theme but don't enable it. | 1147 | 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. | |||
| 4196 | ;;;*** | 4196 | ;;;*** |
| 4197 | 4197 | ||
| 4198 | ;;;### (autoloads (dired-do-relsymlink dired-jump-other-window dired-jump) | 4198 | ;;;### (autoloads (dired-do-relsymlink dired-jump-other-window dired-jump) |
| 4199 | ;;;;;; "dired-x" "dired-x.el" "bc516591d881911d72b58eeed8816576") | 4199 | ;;;;;; "dired-x" "dired-x.el" "2a39a8306a5541c304bc4ab602876f92") |
| 4200 | ;;; Generated autoloads from dired-x.el | 4200 | ;;; Generated autoloads from dired-x.el |
| 4201 | 4201 | ||
| 4202 | (autoload 'dired-jump "dired-x" "\ | 4202 | (autoload 'dired-jump "dired-x" "\ |