aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-14 10:53:52 -0700
committerGlenn Morris2012-04-14 10:53:52 -0700
commit3c80ae807c532597ba07ff028efc8add447f962e (patch)
tree35785a91ac7649d4e56e207dcd3ea080c5ef5c81
parent3603c3b1c5a0870a46e3fa2878cdd29ac1f890d9 (diff)
downloademacs-3c80ae807c532597ba07ff028efc8add447f962e.tar.gz
emacs-3c80ae807c532597ba07ff028efc8add447f962e.zip
Comment.
-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 bacc542a388..c8435c14ea2 100644
--- a/lisp/progmodes/which-func.el
+++ b/lisp/progmodes/which-func.el
@@ -80,7 +80,7 @@
80For other modes it is disabled. If this is equal to t, 80For other modes it is disabled. If this is equal to t,
81then Which Function mode is enabled in any major mode that supports it." 81then Which Function mode is enabled in any major mode that supports it."
82 :group 'which-func 82 :group 'which-func
83 :version "24.2" ; added objc-mode 83 :version "24.2" ; explicit list -> t
84 :type '(choice (const :tag "All modes" t) 84 :type '(choice (const :tag "All modes" t)
85 (repeat (symbol :tag "Major mode")))) 85 (repeat (symbol :tag "Major mode"))))
86 86