From: Juanma Barranquero <lekktu@gmail.com>
Date: Fri, 25 Nov 2022 13:46:14 +0000 (+0100)
Subject: ; * lisp/progmodes/which-func.el: Remove obsolete comment
X-Git-Tag: emacs-29.0.90~1505
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba6ead4854e9d7f3a8803b27554f01723d704946;p=emacs.git

; * lisp/progmodes/which-func.el: Remove obsolete comment
---

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