changeset 60675:d1d93edfec58

(Interactive Codes): Document G option.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Mar 2005 23:17:22 +0000
parents b90917fd15d3
children 44c74c24feca
files lispref/commands.texi
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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.