# HG changeset patch # User Richard M. Stallman # Date 1111101442 0 # Node ID d1d93edfec58a629c3f428e04be56520efec8bc5 # Parent b90917fd15d361cffdcac477f4f68049f07419f9 (Interactive Codes): Document G option. diff -r b90917fd15d3 -r d1d93edfec58 lispref/commands.texi --- a/lispref/commands.texi Thu Mar 17 23:16:11 2005 +0000 +++ b/lispref/commands.texi Thu Mar 17 23:17:22 2005 +0000 @@ -350,6 +350,11 @@ @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.