+2011-06-04 Chong Yidong <cyd@stupidchicken.com>
+
+ * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
+
2011-06-04 Juanma Barranquero <lekktu@gmail.com>
* loadhist.el (unload-feature-special-hooks):
only occurs if the final character by which `repeat' was invoked is a
member of that sequence. If this variable is nil, no re-execution occurs."
:group 'convenience
- :type 'boolean)
+ :type '(choice (const :tag "Repeat for all keys" t)
+ (const :tag "Don't repeat" nil)
+ (sexp :tag "Repeat for specific keys")))
;;;;; ****************** HACKS TO THE REST OF EMACS ******************* ;;;;;