diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-08-16 22:46:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-08-16 22:46:26 +0000 |
commit | a03748044a92bd693fe81c40651b77bfa69a67c4 (patch) | |
tree | 96a387febc240a76854e6b07c208fd673c0dfe39 /lisp/progmodes/which-func.el | |
parent | 8a0d0722d825f1ca08ac04a5aa2f59e43d60d31b (diff) | |
download | emacs-a03748044a92bd693fe81c40651b77bfa69a67c4.tar.gz |
(which-func-update-1): Doc fix.
Diffstat (limited to 'lisp/progmodes/which-func.el')
-rw-r--r-- | lisp/progmodes/which-func.el | 2 |
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." (which-func-update-1 (selected-window))) (defun which-func-update-1 (window) - "Update the Which-Function mode display for window WINDOW." + "Update the Which Function mode display for window WINDOW." (with-selected-window window (when which-func-mode (condition-case info |