Make descriptive text for "Reading File Names" match the corresponding

menu in minibuf.texi.
This commit is contained in:
Eli Zaretskii 2008-10-19 20:52:40 +00:00
parent 6c8ad8f7d5
commit d6328fba7f
2 changed files with 5 additions and 1 deletions

View file

@ -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'.

View file

@ -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