diff lisp/files.el @ 1745:d91e7fd568fd

[xemacs-hg @ 2003-10-14 16:10:05 by stephent] docstring improvement <87d6czajmr.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 14 Oct 2003 16:10:06 +0000
parents eeb607577f17
children 488b2f76d852
line wrap: on
line diff
--- a/lisp/files.el	Tue Oct 14 14:40:27 2003 +0000
+++ b/lisp/files.el	Tue Oct 14 16:10:06 2003 +0000
@@ -858,7 +858,7 @@
 
 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'."
+can be suppressed by setting `find-file-wildcards' to `nil'."
   (interactive (list (read-file-name "Find file: ")
 		     (and current-prefix-arg
 			  (read-coding-system "Coding system: "))