/[emacs]/emacs/lisp/files.el
ViewVC logotype

Diff of /emacs/lisp/files.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.716 by jpw, Thu Oct 28 10:27:06 2004 UTC revision 1.717 by jpw, Mon Nov 1 07:56:17 2004 UTC
# Line 1225  suppresses this warning." Line 1225  suppresses this warning."
1225  When nil, never request confirmation."  When nil, never request confirmation."
1226    :group 'files    :group 'files
1227    :group 'find-file    :group 'find-file
1228      :version "21.4"
1229    :type '(choice integer (const :tag "Never request confirmation" nil)))    :type '(choice integer (const :tag "Never request confirmation" nil)))
1230    
1231  (defun find-file-noselect (filename &optional nowarn rawfile wildcards)  (defun find-file-noselect (filename &optional nowarn rawfile wildcards)
# Line 3813  This command is used in the special Dire Line 3814  This command is used in the special Dire
3814    
3815  (defun kill-some-buffers (&optional list)  (defun kill-some-buffers (&optional list)
3816    "Kill some buffers.  Asks the user whether to kill each one of them.    "Kill some buffers.  Asks the user whether to kill each one of them.
3817  Non-interactively, if optional argument LIST is non-`nil', it  Non-interactively, if optional argument LIST is non-nil, it
3818  specifies the list of buffers to kill, asking for approval for each one."  specifies the list of buffers to kill, asking for approval for each one."
3819    (interactive)    (interactive)
3820    (if (null list)    (if (null list)

Legend:
Removed from v.1.716  
changed lines
  Added in v.1.717

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26