]> git.eshelyaron.com Git - emacs.git/commitdiff
; cycle-spacing-actions: Add forgotten arg modifier - as customize choice
authorTassilo Horn <tsdh@gnu.org>
Mon, 16 May 2022 08:08:40 +0000 (10:08 +0200)
committerTassilo Horn <tsdh@gnu.org>
Mon, 16 May 2022 08:08:40 +0000 (10:08 +0200)
lisp/simple.el

index 6cbc73e9426bf9b6420114d7c1a3238bcab819f9..ccf696901bdc276bb65f64c50592f8e0e504de3e 100644 (file)
@@ -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")