diff 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
line wrap: on
line diff
--- 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.