aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index a4f846fbdee..5ff80615050 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1225,6 +1225,7 @@ suppresses this warning."
1225When nil, never request confirmation." 1225When nil, never request confirmation."
1226 :group 'files 1226 :group 'files
1227 :group 'find-file 1227 :group 'find-file
1228 :version "21.4"
1228 :type '(choice integer (const :tag "Never request confirmation" nil))) 1229 :type '(choice integer (const :tag "Never request confirmation" nil)))
1229 1230
1230(defun find-file-noselect (filename &optional nowarn rawfile wildcards) 1231(defun find-file-noselect (filename &optional nowarn rawfile wildcards)
@@ -3813,7 +3814,7 @@ This command is used in the special Dired buffer created by
3813 3814
3814(defun kill-some-buffers (&optional list) 3815(defun kill-some-buffers (&optional list)
3815 "Kill some buffers. Asks the user whether to kill each one of them. 3816 "Kill some buffers. Asks the user whether to kill each one of them.
3816Non-interactively, if optional argument LIST is non-`nil', it 3817Non-interactively, if optional argument LIST is non-nil, it
3817specifies the list of buffers to kill, asking for approval for each one." 3818specifies the list of buffers to kill, asking for approval for each one."
3818 (interactive) 3819 (interactive)
3819 (if (null list) 3820 (if (null list)