]> git.eshelyaron.com Git - emacs.git/commitdiff
(large-file-warning-threshold): Add :version keyword.
authorJohn Paul Wallington <jpw@pobox.com>
Mon, 1 Nov 2004 07:56:17 +0000 (07:56 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Mon, 1 Nov 2004 07:56:17 +0000 (07:56 +0000)
(kill-some-buffers): Doc fix.

lisp/files.el

index a4f846fbdee81dcbff64b39973b45dead7c2fbc3..5ff8061505034738dc1813aec27eb894f2cc882c 100644 (file)
@@ -1225,6 +1225,7 @@ suppresses this warning."
 When nil, never request confirmation."
   :group 'files
   :group 'find-file
+  :version "21.4"
   :type '(choice integer (const :tag "Never request confirmation" nil)))
 
 (defun find-file-noselect (filename &optional nowarn rawfile wildcards)
@@ -3813,7 +3814,7 @@ This command is used in the special Dired buffer created by
 
 (defun kill-some-buffers (&optional list)
   "Kill some buffers.  Asks the user whether to kill each one of them.
-Non-interactively, if optional argument LIST is non-`nil', it
+Non-interactively, if optional argument LIST is non-nil, it
 specifies the list of buffers to kill, asking for approval for each one."
   (interactive)
   (if (null list)