aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-08-26 17:54:28 +0000
committerDave Love1999-08-26 17:54:28 +0000
commitf8b7c3516fa19fe12e4fef0c2b2e297c3eb5fa6c (patch)
tree6195ebe7be97f1d86e715908cbcfa745b439f707
parent97cafc0f48a1e7a7409ebcd45875d79e4f3d8649 (diff)
downloademacs-f8b7c3516fa19fe12e4fef0c2b2e297c3eb5fa6c.tar.gz
emacs-f8b7c3516fa19fe12e4fef0c2b2e297c3eb5fa6c.zip
(find-file): Doc fix.
-rw-r--r--lisp/files.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 8f96542a784..ee0e0c37f85 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -652,8 +652,7 @@ Switch to a buffer visiting file FILENAME,
652creating one if none already exists. 652creating one if none already exists.
653Interactively, or if WILDCARDS is non-nil in a call from Lisp, 653Interactively, or if WILDCARDS is non-nil in a call from Lisp,
654expand wildcards (if any) and visit multiple files. Wildcard expansion 654expand wildcards (if any) and visit multiple files. Wildcard expansion
655can be suppressed by setting `find-file-wildcards'. Such expansion is 655can be suppressed by setting `find-file-wildcards'."
656not implemented for remote files."
657 (interactive "FFind file: \np") 656 (interactive "FFind file: \np")
658 (let ((value (find-file-noselect filename nil nil wildcards))) 657 (let ((value (find-file-noselect filename nil nil wildcards)))
659 (if (listp value) 658 (if (listp value)