* speedbar.el (speedbar-query-confirmation-method): Doc fix.

This commit is contained in:
Tassilo Horn 2013-08-01 20:46:10 +02:00
parent 6c1a09ba9a
commit 5f648ab4b0
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2013-08-01 Tassilo Horn <tsdh@gnu.org>
* speedbar.el (speedbar-query-confirmation-method): Doc fix.
* whitespace.el (whitespace-ensure-local-variables): New function.
(whitespace-cleanup-region): Call it.
(whitespace-turn-on): Call it.

View file

@ -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