summaryrefslogtreecommitdiff
path: root/lisp/imenu.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-08-22 19:41:49 +0000
committerGlenn Morris <rgm@gnu.org>2009-08-22 19:41:49 +0000
commit1c319e77970d1ea9541106472dd02b733d8fcf4d (patch)
tree051138eb81ef9b73d378c643f94a1d09ccd4422d /lisp/imenu.el
parent47e83968520f5c2766306cfeded468a3077911fd (diff)
downloademacs-1c319e77970d1ea9541106472dd02b733d8fcf4d.tar.gz
Comment.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r--lisp/imenu.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el
index a1707f3ca61..3873136f693 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -297,9 +297,9 @@ The function in this variable is called when selecting a normal index-item.")
;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; FIXME: This is the only imenu-example-* definition that's actually used,
-;; and it seems to only be used by cperl-mode.el. We should just move it to
-;; cperl-mode.el and remove the rest.
+;; FIXME: This was the only imenu-example-* definition actually used,
+;; by cperl-mode.el. Now cperl-mode has its own copy, so these can
+;; all be removed.
(defun imenu-example--name-and-position ()
"Return the current/previous sexp and its (beginning) location.
Don't move point."