]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fread_file_name): Doc fix.
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 14 Aug 2004 12:47:42 +0000 (12:47 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 14 Aug 2004 12:47:42 +0000 (12:47 +0000)
src/fileio.c

index a05b1cb8340099ad11ae1ef6e4365f11fd2bcafd..5acfee7c02c4e65d32cdc9be6dce11ba58b3eeb8 100644 (file)
@@ -6193,7 +6193,10 @@ DIR should be an absolute directory name.  It defaults to the value of
 
 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;
 {