]> git.eshelyaron.com Git - emacs.git/commitdiff
* speedbar.el (speedbar-query-confirmation-method): Doc fix.
authorTassilo Horn <tsdh@gnu.org>
Thu, 1 Aug 2013 18:46:10 +0000 (20:46 +0200)
committerTassilo Horn <tsdh@gnu.org>
Thu, 1 Aug 2013 18:46:10 +0000 (20:46 +0200)
lisp/ChangeLog
lisp/speedbar.el

index d6623caed0818eed1ce619c75f49af43b351e332..dcdf2f9870a50ef6583c9f05d5264613c1617aa2 100644 (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.
index 9daa77b740fb0425a453047fed929b60689205cd..2f995219193ef0aa84f200504b5d018a4ebd9895 100644 (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