changeset 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 e4f996d69637
children 18d2b8dabcf7
files lisp/ChangeLog lisp/files.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 14 14:40:27 2003 +0000
+++ b/lisp/ChangeLog	Tue Oct 14 16:10:06 2003 +0000
@@ -1,3 +1,7 @@
+2003-10-11  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* files.el (find-file): Improve docstring.
+
 2003-10-11  Steve Youngs  <sryoungs@bigpond.net.au>
 
 	* package-ui.el (pui-display-keymap): Map `m' to
--- 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: "))