aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees2015-02-09 12:31:20 -0500
committerStefan Monnier2015-02-09 12:31:20 -0500
commit44d42562c3d1c8fb2f2b41e3b90d355dc9e7f9fe (patch)
tree36d42c03a28e33aee1367588b1cbdde41b892e18
parent42c99697b685a908abb587d2b73878df25e9c34f (diff)
downloademacs-44d42562c3d1c8fb2f2b41e3b90d355dc9e7f9fe.tar.gz
emacs-44d42562c3d1c8fb2f2b41e3b90d355dc9e7f9fe.zip
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 @@
12015-02-09 Gareth Rees <gdr@garethrees.org> (tiny change)
2
3 * NEWS.24: Fix typo (bug#19820)
4
12015-02-08 Artur Malabarba <bruce.connor.am@gmail.com> 52015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
2 6
3 * NEWS: Document `comment-line'. 7 * 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.
3555 3555
3556*** New variable `completion-extra-properties' used to specify extra 3556*** New variable `completion-extra-properties' used to specify extra
3557properties of the current completion: 3557properties of the current completion:
3558- :annotate-function, same as the old completion-annotate-function. 3558- :annotation-function, same as the old completion-annotate-function.
3559- :exit-function, function to call after completion took place. 3559- :exit-function, function to call after completion took place.
3560 3560
3561*** Functions on `completion-at-point-functions' can return any of the 3561*** Functions on `completion-at-point-functions' can return any of the