From 5f648ab4b0a3f55c0e85253fb0d6a6f8b8326c12 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Thu, 1 Aug 2013 20:46:10 +0200 Subject: [PATCH] * speedbar.el (speedbar-query-confirmation-method): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/speedbar.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6623caed0..dcdf2f9870 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 9daa77b740..2f99521919 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 -- 2.20.1