all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#19820: 24.4; :annotation-function keyword is spelled incorectly in NEWS
@ 2015-02-09 11:48 Gareth Rees
  2015-02-09 16:00 ` bug#19820: 24.4; :annotation-function keyword is spelled incorrectly " Gareth Rees
  2015-02-09 17:31 ` bug#19820: 24.4; :annotation-function keyword is spelled incorectly " Stefan Monnier
  0 siblings, 2 replies; 3+ messages in thread
From: Gareth Rees @ 2015-02-09 11:48 UTC (permalink / raw
  To: 19820

In etc/NEWS, under "Lisp Changes in Emacs 24.1", it says:

    *** New variable `completion-extra-properties' used to specify extra
    properties of the current completion:
    - :annotate-function, same as the old completion-annotate-function.
    - :exit-function, function to call after completion took place.

This is incorrect: the keyword is spelled :annotation-function, not
:annotate-function.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#19820: 24.4; :annotation-function keyword is spelled incorrectly in NEWS
  2015-02-09 11:48 bug#19820: 24.4; :annotation-function keyword is spelled incorectly in NEWS Gareth Rees
@ 2015-02-09 16:00 ` Gareth Rees
  2015-02-09 17:31 ` bug#19820: 24.4; :annotation-function keyword is spelled incorectly " Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Gareth Rees @ 2015-02-09 16:00 UTC (permalink / raw
  To: 19820

[-- Attachment #1: Type: text/plain, Size: 17 bytes --]

Patch attached.


[-- Attachment #2: 19820.patch --]
[-- Type: application/octet-stream, Size: 553 bytes --]

diff --git a/etc/NEWS.24 b/etc/NEWS.24
index ae0d402..969713a 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#19820: 24.4; :annotation-function keyword is spelled incorectly in NEWS
  2015-02-09 11:48 bug#19820: 24.4; :annotation-function keyword is spelled incorectly in NEWS Gareth Rees
  2015-02-09 16:00 ` bug#19820: 24.4; :annotation-function keyword is spelled incorrectly " Gareth Rees
@ 2015-02-09 17:31 ` Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2015-02-09 17:31 UTC (permalink / raw
  To: Gareth Rees; +Cc: 19820

> In etc/NEWS, under "Lisp Changes in Emacs 24.1", it says:
>     *** New variable `completion-extra-properties' used to specify extra
>     properties of the current completion:
>     - :annotate-function, same as the old completion-annotate-function.
>     - :exit-function, function to call after completion took place.

> This is incorrect: the keyword is spelled :annotation-function, not
> :annotate-function.

Thanks, fixed in master,


        Stefan





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-09 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-09 11:48 bug#19820: 24.4; :annotation-function keyword is spelled incorectly in NEWS Gareth Rees
2015-02-09 16:00 ` bug#19820: 24.4; :annotation-function keyword is spelled incorrectly " Gareth Rees
2015-02-09 17:31 ` bug#19820: 24.4; :annotation-function keyword is spelled incorectly " Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.