diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS.24 | 2 |
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 @@ | |||
| 1 | 2015-02-09 Gareth Rees <gdr@garethrees.org> (tiny change) | ||
| 2 | |||
| 3 | * NEWS.24: Fix typo (bug#19820) | ||
| 4 | |||
| 1 | 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com> | 5 | 2015-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 |
| 3557 | properties of the current completion: | 3557 | properties 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 |