diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-22 19:26:33 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-22 19:26:33 +0000 |
commit | 5c52e13cfdbb266e79960cf20e9d3b93821fd568 (patch) | |
tree | 83becaa1972851bedcfd5f63be4c28b732849839 /doc | |
parent | 80ad4a2a5b4a19ba4fd627b99ffc9f571af8b56d (diff) | |
download | emacs-5c52e13cfdbb266e79960cf20e9d3b93821fd568.tar.gz |
* mini.texi (Minibuffer): Simplify introduction.
(Minibuffer File): Document tilde in minibuffer filenames.
(Minibuffer Edit): Mention that the prompt is read-only. Describe how
to enter tabs, spaces, and question marks. Describe behavior of C-a.
(Completion Example): Update example to current command list.
(Completion Options): Document `lazy' value of completion-auto-help.
Update contents of completion-ignored-extensions.
(Minibuffer History): Describe "future history" list. State default
value of history-delete-duplicates.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 30a198979f2..c8fb80da0e2 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,15 @@ +2008-08-22 Chong Yidong <cyd@stupidchicken.com> + + * mini.texi (Minibuffer): Simplify introduction. + (Minibuffer File): Document tilde in minibuffer filenames. + (Minibuffer Edit): Mention that the prompt is read-only. Describe how + to enter tabs, spaces, and question marks. Describe behavior of C-a. + (Completion Example): Update example to current command list. + (Completion Options): Document `lazy' value of completion-auto-help. + Update contents of completion-ignored-extensions. + (Minibuffer History): Describe "future history" list. State default + value of history-delete-duplicates. + 2008-08-21 Glenn Morris <rgm@gnu.org> * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'. |