aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2004-11-01 07:56:17 +0000
committerJohn Paul Wallington2004-11-01 07:56:17 +0000
commitbb8eaf670558c4b670ec8fa6bd3d368e1483cfe3 (patch)
tree005f4c7b91b8f1fcb8d109d5fdefc4d266d9834a
parent2d1ef312c83d551dab1416d532652492bf7aead0 (diff)
downloademacs-bb8eaf670558c4b670ec8fa6bd3d368e1483cfe3.tar.gz
emacs-bb8eaf670558c4b670ec8fa6bd3d368e1483cfe3.zip
(large-file-warning-threshold): Add :version keyword.
(kill-some-buffers): Doc fix.
-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)