From ba6ead4854e9d7f3a8803b27554f01723d704946 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 25 Nov 2022 14:46:14 +0100 Subject: [PATCH] ; * lisp/progmodes/which-func.el: Remove obsolete comment --- lisp/progmodes/which-func.el | 10 ---------- 1 file changed, 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 -- 2.39.2