emacs-diffs
[Top][All Lists]
Advanced

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

master 9d38470142 1/3: ; * lisp/simple.el (cycle-spacing-actions): Fix t


From: Robert Pluim
Subject: master 9d38470142 1/3: ; * lisp/simple.el (cycle-spacing-actions): Fix typo
Date: Tue, 17 May 2022 11:39:55 -0400 (EDT)

branch: master
commit 9d38470142af43795022ec8812ce6b1a0008804b
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    ; * lisp/simple.el (cycle-spacing-actions): Fix typo
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 71c99a442d..f352a55e16 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1169,7 +1169,7 @@ ACTION is any action except for `restore' and ARG is 
either
                  (const :tag "Delete spaces after point" delete-space-after)
                  (const :tag "Delete spaces before point" delete-space-before)
                  (const :tag "Delete all spaces around point" delete-all-space)
-                 (function :tag "Function receiving a numerig arg"))))
+                 (function :tag "Function receiving a numeric arg"))))
           `(repeat
             (choice
              ,@actions



reply via email to

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