Mercurial > emacs
comparison lispref/commands.texi @ 60675:d1d93edfec58
(Interactive Codes): Document G option.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 17 Mar 2005 23:17:22 +0000 |
parents | 77eae74f8d56 |
children | 47b1924fe323 30ad2795fdab |
comparison
equal
deleted
inserted
replaced
60674:b90917fd15d3 | 60675:d1d93edfec58 |
---|---|
347 directory is @code{default-directory}. Existing, Completion, Default, | 347 directory is @code{default-directory}. Existing, Completion, Default, |
348 Prompt. | 348 Prompt. |
349 | 349 |
350 @item F | 350 @item F |
351 A file name. The file need not exist. Completion, Default, Prompt. | 351 A file name. The file need not exist. Completion, Default, Prompt. |
352 | |
353 @item G | |
354 A file name. The file need not exist. If the user enters just a | |
355 directory name, then the value is just that directory name, with no | |
356 file name within the directory added. Completion, Default, Prompt. | |
352 | 357 |
353 @item i | 358 @item i |
354 An irrelevant argument. This code always supplies @code{nil} as | 359 An irrelevant argument. This code always supplies @code{nil} as |
355 the argument's value. No I/O. | 360 the argument's value. No I/O. |
356 | 361 |