aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-03-17 23:17:22 +0000
committerRichard M. Stallman <[email protected]>2005-03-17 23:17:22 +0000
commit9644814c81171f500482df6c4f02d110c9cc94fb (patch)
tree44975bc0d89efd9c67a20868d0ddde06e30accab /lispref
parent4b878354450c553e50ca17fc25b72eb65260d629 (diff)
(Interactive Codes): Document G option.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/commands.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi
index 803a7c51ef..29a86f9863 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.