1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(Interactive Codes): Document G option.

This commit is contained in:
Richard M. Stallman 2005-03-17 23:17:22 +00:00
parent 4b87835445
commit 9644814c81

View File

@ -350,6 +350,11 @@ Prompt.
@item F
A file name. The file need not exist. Completion, Default, Prompt.
@item G
A file name. The file need not exist. If the user enters just a
directory name, then the value is just that directory name, with no
file name within the directory added. Completion, Default, Prompt.
@item i
An irrelevant argument. This code always supplies @code{nil} as
the argument's value. No I/O.