Mercurial > hg > xemacs-beta
comparison lisp/minibuf.el @ 359:8e84bee8ddd0 r21-1-9
Import from CVS: tag r21-1-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:55 +0200 |
parents | afd57c14dfc8 |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
358:fed6e0f6a03a | 359:8e84bee8ddd0 |
---|---|
1638 history) | 1638 history) |
1639 "Read file name, prompting with PROMPT and completing in directory DIR. | 1639 "Read file name, prompting with PROMPT and completing in directory DIR. |
1640 This will prompt with a dialog box if appropriate, according to | 1640 This will prompt with a dialog box if appropriate, according to |
1641 `should-use-dialog-box-p'. | 1641 `should-use-dialog-box-p'. |
1642 Value is not expanded---you must call `expand-file-name' yourself. | 1642 Value is not expanded---you must call `expand-file-name' yourself. |
1643 Value is subject to interpreted by substitute-in-file-name however. | 1643 Value is subject to interpretation by `substitute-in-file-name' however. |
1644 Default name to DEFAULT if user enters a null string. | 1644 Default name to DEFAULT if user enters a null string. |
1645 (If DEFAULT is omitted, the visited file name is used, | 1645 (If DEFAULT is omitted, the visited file name is used, |
1646 except that if INITIAL-CONTENTS is specified, that combined with DIR is | 1646 except that if INITIAL-CONTENTS is specified, that combined with DIR is |
1647 used.) | 1647 used.) |
1648 Fourth arg MUST-MATCH non-nil means require existing file's name. | 1648 Fourth arg MUST-MATCH non-nil means require existing file's name. |