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 + * 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