/[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.699 by albinus, Sat May 29 22:42:06 2004 UTC revision 1.700 by rms, Sun May 30 13:34:19 2004 UTC
# Line 906  but the visited file name is available t Line 906  but the visited file name is available t
906  type M-n to pull it into the minibuffer.  type M-n to pull it into the minibuffer.
907    
908  Interactively, or if WILDCARDS is non-nil in a call from Lisp,  Interactively, or if WILDCARDS is non-nil in a call from Lisp,
909  expand wildcards (if any) and visit multiple files.  Wildcard expansion  expand wildcards (if any) and visit multiple files.  You can
910  can be suppressed by setting `find-file-wildcards'."  suppress wildcard expansion by setting `find-file-wildcards'.
911    
912    To visit a file without any kind of conversion and without
913    automatically choosing a major mode, use \\[find-file-literally]."
914    (interactive    (interactive
915     (find-file-read-args "Find file: " nil))     (find-file-read-args "Find file: " nil))
916    (let ((value (find-file-noselect filename nil nil wildcards)))    (let ((value (find-file-noselect filename nil nil wildcards)))

Legend:
Removed from v.1.699  
changed lines
  Added in v.1.700

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