aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-02-11 13:18:45 -0500
committerGlenn Morris2015-02-11 13:18:45 -0500
commitf5d1e1f5509b23959f92117c5e1d1a09e05661d1 (patch)
tree46f0b3935fb488975ffae733e5701b7ceb6a6697
parent680ee61d04e220e0b2eb4246c8f33773e0185852 (diff)
downloademacs-f5d1e1f5509b23959f92117c5e1d1a09e05661d1.tar.gz
emacs-f5d1e1f5509b23959f92117c5e1d1a09e05661d1.zip
Backport NEWS typo fix
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c25f663ae62..584c9bae332 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3557,7 +3557,7 @@ frame or window as an Elisp object.
3557 3557
3558*** New variable `completion-extra-properties' used to specify extra 3558*** New variable `completion-extra-properties' used to specify extra
3559properties of the current completion: 3559properties of the current completion:
3560- :annotate-function, same as the old completion-annotate-function. 3560- :annotation-function, same as the old completion-annotate-function.
3561- :exit-function, function to call after completion took place. 3561- :exit-function, function to call after completion took place.
3562 3562
3563*** Functions on `completion-at-point-functions' can return any of the 3563*** Functions on `completion-at-point-functions' can return any of the