changeset 55857:a713acca9ca9

(find-file): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 May 2004 13:34:19 +0000
parents 217a5e37c700
children 4203086e2262
files lisp/files.el
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Sun May 30 13:33:03 2004 +0000
+++ b/lisp/files.el	Sun May 30 13:34:19 2004 +0000
@@ -906,8 +906,11 @@
 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)))