]> git.eshelyaron.com Git - emacs.git/commitdiff
(kill-some-buffers): Doc fix.
authorEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 14:04:31 +0000 (14:04 +0000)
committerEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 14:04:31 +0000 (14:04 +0000)
lisp/files.el

index 1dc6e5454df1ce148133aa3e05701386f381b631..ce4d67d33e432d2e0cf9a3e2341ddcb2e1e1effd 100644 (file)
@@ -3727,8 +3727,9 @@ This command is used in the special Dired buffer created by
       (kill-buffer buffer))))
 
 (defun kill-some-buffers (&optional list)
-  "For each buffer in LIST, ask whether to kill it.
-LIST defaults to all existing live buffers."
+  "Kill some buffers.  Asks the user whether to kill each one of them.
+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)
       (setq list (buffer-list)))