From: Tassilo Horn Date: Thu, 1 Aug 2013 18:46:10 +0000 (+0200) Subject: * speedbar.el (speedbar-query-confirmation-method): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1688^2~43 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f648ab4b0a3f55c0e85253fb0d6a6f8b8326c12;p=emacs.git * speedbar.el (speedbar-query-confirmation-method): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6623caed08..dcdf2f9870a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-08-01 Tassilo Horn + * 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. 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