From: Dave Love Date: Thu, 26 Aug 1999 17:54:28 +0000 (+0000) Subject: (find-file): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~7037 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8b7c3516fa19fe12e4fef0c2b2e297c3eb5fa6c;p=emacs.git (find-file): Doc fix. --- 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, creating one if none already exists. 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'. Such expansion is -not implemented for remote files." +can be suppressed by setting `find-file-wildcards'." (interactive "FFind file: \np") (let ((value (find-file-noselect filename nil nil wildcards))) (if (listp value)