]> git.eshelyaron.com Git - emacs.git/commitdiff
* mini.texi (Minibuffer): Simplify introduction.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 22 Aug 2008 19:26:33 +0000 (19:26 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 22 Aug 2008 19:26:33 +0000 (19:26 +0000)
(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.

doc/emacs/ChangeLog

index 30a198979f238e5ce77901fe48bbcd1bcb63ab04..c8fb80da0e2abdbc32d906de6b47bf4211ff845c 100644 (file)
@@ -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'.