Function: which-func-update

which-func-update is a byte-compiled function defined in which-func.el.gz.

Signature

(which-func-update)

Documentation

Update the Which-Function mode display in the current window.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/which-func.el.gz
(defun which-func-update ()
  "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))))