diff options
| author | Chong Yidong | 2012-04-04 17:19:32 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-04 17:19:32 +0800 |
| commit | 321cc491c5843ee3af86570d5b2d59b98ba0c422 (patch) | |
| tree | 118c8469015212fc05c255de56d2b72eba2be128 /lisp/ChangeLog | |
| parent | a7972adfd8c545a603e395153ba6537e6d573864 (diff) | |
| download | emacs-321cc491c5843ee3af86570d5b2d59b98ba0c422.tar.gz emacs-321cc491c5843ee3af86570d5b2d59b98ba0c422.zip | |
Document completion-extra-properties in Lisp manual.
* doc/lispref/minibuf.texi (Programmed Completion): Remove obsolete variable
completion-annotate-function.
(Completion Variables): Rename from Completion Styles. Document
completion-extra-properties. Document completion-styles-alist
change.
* lisp/minibuffer.el (completion-extra-properties): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32bdd8630ca..64177b03c47 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-04-04 Chong Yidong <cyd@gnu.org> | 1 | 2012-04-04 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * minibuffer.el (completion-extra-properties): Doc fix. | ||
| 4 | |||
| 3 | * subr.el (delayed-warnings-hook): Doc fix. | 5 | * subr.el (delayed-warnings-hook): Doc fix. |
| 4 | 6 | ||
| 5 | 2012-04-04 Daiki Ueno <ueno@unixuser.org> | 7 | 2012-04-04 Daiki Ueno <ueno@unixuser.org> |