aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)