From: Richard M. Stallman Date: Thu, 17 Mar 2005 23:17:22 +0000 (+0000) Subject: (Interactive Codes): Document G option. X-Git-Tag: ttn-vms-21-2-B4~1746 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9644814c81171f500482df6c4f02d110c9cc94fb;p=emacs.git (Interactive Codes): Document G option. --- diff --git a/lispref/commands.texi b/lispref/commands.texi index 803a7c51efa..29a86f98632 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -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.