Fix which-func-update doc string
* lisp/progmodes/which-func.el (which-func-update): Make the doc string match the code (bug#54288).
This commit is contained in:
parent
d9e5ae5e20
commit
80736aef90
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ It creates the Imenu index for the buffer, if necessary."
|
|||
(setq which-func-mode nil))))
|
||||
|
||||
(defun which-func-update ()
|
||||
"Update the Which-Function mode display for all windows."
|
||||
"Update the Which-Function mode display in the current window."
|
||||
;; (walk-windows 'which-func-update-1 nil 'visible))
|
||||
(let ((non-essential t))
|
||||
(which-func-update-1 (selected-window))))
|
||||
|
|
Loading…
Add table
Reference in a new issue