aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/which-func.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el
index 87df0769314..845c995371d 100644
--- a/lisp/progmodes/which-func.el
+++ b/lisp/progmodes/which-func.el
@@ -186,7 +186,7 @@ It creates the Imenu index for the buffer, if necessary."
186 (which-func-update-1 (selected-window))) 186 (which-func-update-1 (selected-window)))
187 187
188(defun which-func-update-1 (window) 188(defun which-func-update-1 (window)
189 "Update the Which-Function mode display for window WINDOW." 189 "Update the Which Function mode display for window WINDOW."
190 (with-selected-window window 190 (with-selected-window window
191 (when which-func-mode 191 (when which-func-mode
192 (condition-case info 192 (condition-case info