diff options
Diffstat (limited to 'lisp/which-func.el')
-rw-r--r-- | lisp/which-func.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/which-func.el b/lisp/which-func.el index aba47b964e4..1d31b3d304a 100644 --- a/lisp/which-func.el +++ b/lisp/which-func.el @@ -65,7 +65,7 @@ ;; Variables for customization ;; --------------------------- -;; +;; (defvar which-func-unknown "???" "String to display in the mode line when current function is unknown.") |