]> git.eshelyaron.com Git - emacs.git/commitdiff
(Interactive Codes): Document G option.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Mar 2005 23:17:22 +0000 (23:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Mar 2005 23:17:22 +0000 (23:17 +0000)
lispref/commands.texi

index 803a7c51efab25b2dfce623569ffb38b9523672f..29a86f98632d47188bb8b44f0b0dbb5ee3a1bcdd 100644 (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.