changeset 104389:03262c903016

(imenu-example--name-and-position): Fix obsolescence message.
author Glenn Morris <rgm@gnu.org>
date Fri, 21 Aug 2009 07:36:41 +0000
parents 395f430854da
children c6ae8d43800c
files lisp/ChangeLog lisp/imenu.el
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Aug 21 07:34:18 2009 +0000
+++ b/lisp/ChangeLog	Fri Aug 21 07:36:41 2009 +0000
@@ -1,5 +1,7 @@
 2009-08-21  Glenn Morris  <rgm@gnu.org>
 
+	* imenu.el (imenu-example--name-and-position): Fix obsolescence message.
+
 	* obsolete/rnewspost.el (news-mail-reply):
 	Use goto-char rather than goto-line.
 
--- a/lisp/imenu.el	Fri Aug 21 07:34:18 2009 +0000
+++ b/lisp/imenu.el	Fri Aug 21 07:36:41 2009 +0000
@@ -310,7 +310,8 @@
 	  (end (progn (forward-sexp) (point))))
       (cons (buffer-substring beg end)
 	    beg))))
-(make-obsolete 'imenu-example--name-and-position "your own" "23.2")
+(make-obsolete 'imenu-example--name-and-position
+	       "use your own function instead." "23.2")
 
 ;;;
 ;;; Lisp