From: Richard M. Stallman Date: Sun, 30 May 2004 13:34:19 +0000 (+0000) Subject: (find-file): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5984 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91174d63b4d928d2a88d6b89d3af7599aaa26f34;p=emacs.git (find-file): Doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index 94e6bfae32c..47f4c070cba 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -906,8 +906,11 @@ but the visited file name is available through the minibuffer history: 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'." +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)))