diff options
author | Glenn Morris <rgm@gnu.org> | 2009-08-21 07:36:41 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-08-21 07:36:41 +0000 |
commit | ce86eeb58ee1e43093b4be663e47143efea97872 (patch) | |
tree | d15554250358a956e5c7508aa566c7c7f8a903d0 /lisp/imenu.el | |
parent | fff28970383c88621cfcdd79375ca200bd69bb0e (diff) | |
download | emacs-ce86eeb58ee1e43093b4be663e47143efea97872.tar.gz emacs-ce86eeb58ee1e43093b4be663e47143efea97872.tar.bz2 emacs-ce86eeb58ee1e43093b4be663e47143efea97872.zip |
(imenu-example--name-and-position): Fix obsolescence message.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r-- | lisp/imenu.el | 3 |
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 |