aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-05-30 13:34:19 +0000
committerRichard M. Stallman2004-05-30 13:34:19 +0000
commit91174d63b4d928d2a88d6b89d3af7599aaa26f34 (patch)
tree2c125b0476c1196b59a374a466a353827d53f24f
parent5af26250bea1d100b92d56cf94cbb97795124d3c (diff)
downloademacs-91174d63b4d928d2a88d6b89d3af7599aaa26f34.tar.gz
emacs-91174d63b4d928d2a88d6b89d3af7599aaa26f34.zip
(find-file): Doc fix.
-rw-r--r--lisp/files.el7
1 files changed, 5 insertions, 2 deletions
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:
906type M-n to pull it into the minibuffer. 906type M-n to pull it into the minibuffer.
907 907
908Interactively, or if WILDCARDS is non-nil in a call from Lisp, 908Interactively, or if WILDCARDS is non-nil in a call from Lisp,
909expand wildcards (if any) and visit multiple files. Wildcard expansion 909expand wildcards (if any) and visit multiple files. You can
910can be suppressed by setting `find-file-wildcards'." 910suppress wildcard expansion by setting `find-file-wildcards'.
911
912To visit a file without any kind of conversion and without
913automatically choosing a major mode, use \\[find-file-literally]."
911 (interactive 914 (interactive
912 (find-file-read-args "Find file: " nil)) 915 (find-file-read-args "Find file: " nil))
913 (let ((value (find-file-noselect filename nil nil wildcards))) 916 (let ((value (find-file-noselect filename nil nil wildcards)))