]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/which-func.el: Remove obsolete comment
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 25 Nov 2022 13:46:14 +0000 (14:46 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 25 Nov 2022 13:50:23 +0000 (14:50 +0100)
lisp/progmodes/which-func.el

index 4fe4edc1648aed104c2a20eb845bdb8ba5529833..d98ba8da27c1c8e815cf3c9f5deffe2569062af0 100644 (file)
 ;; 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