summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-10-19 20:52:40 +0000
committerEli Zaretskii <eliz@gnu.org>2008-10-19 20:52:40 +0000
commitd6328fba7f9e39c3280c7078b4b4452a96210b39 (patch)
tree7295a2cd8c6a16bba125c51a82fc6e5e0633f6b2
parent6c8ad8f7d5c40b2e51abbca7f24572b2deecdad4 (diff)
downloademacs-d6328fba7f9e39c3280c7078b4b4452a96210b39.tar.gz
Make descriptive text for "Reading File Names" match the corresponding
menu in minibuf.texi.
-rw-r--r--doc/lispref/ChangeLog3
-rw-r--r--doc/lispref/elisp.texi3
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index f61bbe840ba..ade2722c77a 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,8 @@
2008-10-19 Eli Zaretskii <eliz@gnu.org>
+ * elisp.texi (Top): Make descriptive text for "Reading File Names"
+ match the corresponding menu in minibuf.texi.
+
* minibuf.texi (Reading File Names): Document `read-shell-command'
and `minibuffer-local-shell-command-map'.
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index a04d43a6610..95338aeea21 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -630,7 +630,8 @@ Completion
* Completion Commands:: Minibuffer commands that do completion.
* High-Level Completion:: Convenient special cases of completion
(reading buffer name, file name, etc.)
-* Reading File Names:: Using completion to read file names.
+* Reading File Names:: Using completion to read file names and
+ shell commands.
* Programmed Completion:: Finding the completions for a given file name.
Command Loop