]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/simple.el (cycle-spacing-actions): Fix typo
authorRobert Pluim <rpluim@gmail.com>
Tue, 17 May 2022 15:20:34 +0000 (17:20 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 17 May 2022 15:39:14 +0000 (17:39 +0200)
lisp/simple.el

index 71c99a442dfd69d77bd0e2e496ba51f7dd29d04f..f352a55e16bbd8ad73c788e2f8128fb11a42caa1 100644 (file)
@@ -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