changeset 57830:c139689dbd5d

(large-file-warning-threshold): Add :version keyword. (kill-some-buffers): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Mon, 01 Nov 2004 07:56:17 +0000
parents 95e2d2018daa
children 5e17e1a1eacf
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Mon Nov 01 07:48:44 2004 +0000
+++ b/lisp/files.el	Mon Nov 01 07:56:17 2004 +0000
@@ -1225,6 +1225,7 @@
 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 @@
 
 (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)