branch: elpa/magit
commit 38aef4eab4c2665c0bce0376491fd31f6a157401
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-which-function: Tweak docstring
    
    Do so that user can immediately see what the difference between
    this function and `which-function' is when customizing
    `magit-log-trace-definition-function'.
---
 lisp/magit-base.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-base.el b/lisp/magit-base.el
index a2e8d07957..5a967a2e33 100644
--- a/lisp/magit-base.el
+++ b/lisp/magit-base.el
@@ -1047,7 +1047,7 @@ This function should be named `version>=' and be part of 
Emacs."
 ;;; Kludges for Emacs Bugs
 
 (defun magit-which-function ()
-  "Return current function name based on point.
+  "Return current function name based on point, without caching.
 
 This is a simple wrapper around `which-function', that resets
 Imenu's potentially outdated and therefore unreliable cache by

Reply via email to