From d6328fba7f9e39c3280c7078b4b4452a96210b39 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 19 Oct 2008 20:52:40 +0000 Subject: [PATCH] Make descriptive text for "Reading File Names" match the corresponding menu in minibuf.texi. --- doc/lispref/ChangeLog | 3 +++ doc/lispref/elisp.texi | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f61bbe840b..ade2722c77 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,8 @@ 2008-10-19 Eli Zaretskii + * 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 a04d43a661..95338aeea2 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 -- 2.20.1