From: Tassilo Horn Date: Mon, 16 May 2022 08:08:40 +0000 (+0200) Subject: ; cycle-spacing-actions: Add forgotten arg modifier - as customize choice X-Git-Tag: emacs-29.0.90~1910^2~650 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7a8136e340fce082c754f31075420226384d004;p=emacs.git ; cycle-spacing-actions: Add forgotten arg modifier - as customize choice --- diff --git a/lisp/simple.el b/lisp/simple.el index 6cbc73e9426..ccf696901bd 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1176,7 +1176,8 @@ ACTION is any action except for `restore' 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))) + (const :tag "Fixed numeric arg" integer) + (const :tag "Negative arg" -))) (const :tag "Restore the original spacing" restore)))) :version "29.1")