diff --git a/lisp/simple.el b/lisp/simple.el index 4229a898cb9..cd7a82b7aca 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1177,7 +1177,7 @@ and ARG is either (list :tag "Action with modified arg" (choice ,@actions) (choice (const :tag "Inverted prefix arg" inverted-arg) - (const :tag "Fixed numeric arg" integer) + (integer :tag "Fixed numeric arg") (const :tag "Negative arg" -))) (const :tag "Restore the original spacing" restore)))) :version "29.1")