summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2022-11-25 14:46:14 +0100
committerJuanma Barranquero <lekktu@gmail.com>2022-11-25 14:50:23 +0100
commitba6ead4854e9d7f3a8803b27554f01723d704946 (patch)
tree440b9a3dc960fd3286f2f7c1cff50a12478faa81
parent3d02c8aabfde88219dd8b6053a59de261308bc2f (diff)
downloademacs-ba6ead4854e9d7f3a8803b27554f01723d704946.tar.gz
; * lisp/progmodes/which-func.el: Remove obsolete comment
-rw-r--r--lisp/progmodes/which-func.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el
index 4fe4edc1648..d98ba8da27c 100644
--- a/lisp/progmodes/which-func.el
+++ b/lisp/progmodes/which-func.el
@@ -27,16 +27,6 @@
;; located in mode line. It assumes that you work with the imenu
;; package and `imenu--index-alist' is up to date.
-;; KNOWN BUGS
-;; ----------
-;; Really this package shows not "function where the current point is
-;; located now", but "nearest function which defined above the current
-;; point". So if your current point is located after the end of
-;; function FOO but before the beginning of function BAR, FOO will be
-;; displayed in the mode line.
-;; - If two windows display the same buffer, both windows
-;; show the same `which-func' information.
-
;; TODO LIST
;; ---------
;; 1. Dependence on imenu package should be removed. Separate