]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-file): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 May 2004 13:34:19 +0000 (13:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 May 2004 13:34:19 +0000 (13:34 +0000)
lisp/files.el

index 94e6bfae32c700f3feef1f591bb8630eb7eb3d0b..47f4c070cba4594d7f817215d752382c7f9e670f 100644 (file)
@@ -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)))