From 2c5871045a2b87432ad62ebf13672abe81fae0ba Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 8 Jun 2011 00:17:26 -0700 Subject: Merge from emacs-23; up to 2010-06-13T18:15:45Z!eliz@gnu.org. --- lisp/repeat.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/repeat.el') diff --git a/lisp/repeat.el b/lisp/repeat.el index b33039b609b..8bab8691b4f 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -123,7 +123,9 @@ if `repeat' is bound to C-x z, typing C-x z z z repeats the previous command 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 ******************* ;;;;; -- cgit v1.2.1