summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGareth Rees <gdr@garethrees.org>2015-02-09 12:31:20 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2015-02-09 12:31:20 -0500
commit44d42562c3d1c8fb2f2b41e3b90d355dc9e7f9fe (patch)
tree36d42c03a28e33aee1367588b1cbdde41b892e18
parent42c99697b685a908abb587d2b73878df25e9c34f (diff)
downloademacs-44d42562c3d1c8fb2f2b41e3b90d355dc9e7f9fe.tar.gz
Fixes: debbugs:19820
* etc/NEWS.24: Fix typo
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS.242
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1fcea545a73..24cb6f24d22 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-09 Gareth Rees <gdr@garethrees.org> (tiny change)
+
+ * NEWS.24: Fix typo (bug#19820)
+
2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
* NEWS: Document `comment-line'.
diff --git a/etc/NEWS.24 b/etc/NEWS.24
index ae0d402a3d5..969713a3393 100644
--- a/etc/NEWS.24
+++ b/etc/NEWS.24
@@ -3555,7 +3555,7 @@ frame or window as an Elisp object.
*** New variable `completion-extra-properties' used to specify extra
properties of the current completion:
-- :annotate-function, same as the old completion-annotate-function.
+- :annotation-function, same as the old completion-annotate-function.
- :exit-function, function to call after completion took place.
*** Functions on `completion-at-point-functions' can return any of the