summaryrefslogtreecommitdiff
path: root/lisp/imenu.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-08-21 07:36:41 +0000
committerGlenn Morris <rgm@gnu.org>2009-08-21 07:36:41 +0000
commitce86eeb58ee1e43093b4be663e47143efea97872 (patch)
treed15554250358a956e5c7508aa566c7c7f8a903d0 /lisp/imenu.el
parentfff28970383c88621cfcdd79375ca200bd69bb0e (diff)
downloademacs-ce86eeb58ee1e43093b4be663e47143efea97872.tar.gz
(imenu-example--name-and-position): Fix obsolescence message.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r--lisp/imenu.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el
index 01bb422cedd..a1707f3ca61 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -310,7 +310,8 @@ Don't move point."
(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