diff options
author | Tassilo Horn <tsdh@gnu.org> | 2013-08-01 20:46:10 +0200 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2013-08-01 20:46:10 +0200 |
commit | 5f648ab4b0a3f55c0e85253fb0d6a6f8b8326c12 (patch) | |
tree | e63222e3c683440a7f0bb4af2b23613339e96c9d /lisp/speedbar.el | |
parent | 6c1a09ba9a801021002d75425345e51cdc498026 (diff) | |
download | emacs-5f648ab4b0a3f55c0e85253fb0d6a6f8b8326c12.tar.gz |
* speedbar.el (speedbar-query-confirmation-method): Doc fix.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r-- | lisp/speedbar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 9daa77b740f..2f995219193 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -250,7 +250,7 @@ frame." (defcustom speedbar-query-confirmation-method 'all "Query control for file operations. -The 'always flag means to always query before file operations. +The 'all flag means to always query before file operations. The 'none-but-delete flag means to not query before any file operations, except before a file deletion." :group 'speedbar |