emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 45ec56f5bd 3/3: Correct cycle-spacing-actions type


From: Robert Pluim
Subject: master 45ec56f5bd 3/3: Correct cycle-spacing-actions type
Date: Tue, 17 May 2022 11:39:55 -0400 (EDT)

branch: master
commit 45ec56f5bd0832285a7b03c2ceaa5546ba59652d
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    Correct cycle-spacing-actions type
    
    * lisp/simple.el (cycle-spacing-actions): Fix type for predefined
    action with fixed numeric arg case.
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 4229a898cb..cd7a82b7ac 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]