diff src/fileio.c @ 56667:00e5170987b5

(Fread_file_name): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Sat, 14 Aug 2004 12:47:42 +0000
parents c0f488e9cb26
children df3c9bb112b3 b15f799f66b5
line wrap: on
line diff
--- a/src/fileio.c	Sat Aug 14 12:46:46 2004 +0000
+++ b/src/fileio.c	Sat Aug 14 12:47:42 2004 +0000
@@ -6193,7 +6193,10 @@
 
 If this command was invoked with the mouse, use a file dialog box if
 `use-dialog-box' is non-nil, and the window system or X toolkit in use
-provides a file dialog box.  */)
+provides a file dialog box.
+
+See also `read-file-name-completion-ignore-case'
+and `read-file-name-function'.  */)
      (prompt, dir, default_filename, mustmatch, initial, predicate)
      Lisp_Object prompt, dir, default_filename, mustmatch, initial, predicate;
 {