emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sun, 30 May 2004 09:39:20 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.699 emacs/lisp/files.el:1.700
*** emacs/lisp/files.el:1.699   Sat May 29 22:42:06 2004
--- emacs/lisp/files.el Sun May 30 13:34:19 2004
***************
*** 906,913 ****
  type M-n to pull it into the minibuffer.
  
  Interactively, or if WILDCARDS is non-nil in a call from Lisp,
! expand wildcards (if any) and visit multiple files.  Wildcard expansion
! can be suppressed by setting `find-file-wildcards'."
    (interactive
     (find-file-read-args "Find file: " nil))
    (let ((value (find-file-noselect filename nil nil wildcards)))
--- 906,916 ----
  type M-n to pull it into the minibuffer.
  
  Interactively, or if WILDCARDS is non-nil in a call from Lisp,
! expand wildcards (if any) and visit multiple files.  You can
! suppress wildcard expansion by setting `find-file-wildcards'.
! 
! To visit a file without any kind of conversion and without
! automatically choosing a major mode, use \\[find-file-literally]."
    (interactive
     (find-file-read-args "Find file: " nil))
    (let ((value (find-file-noselect filename nil nil wildcards)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]