From 9d38470142af43795022ec8812ce6b1a0008804b Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Tue, 17 May 2022 17:20:34 +0200 Subject: [PATCH] ; * 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 71c99a442df..f352a55e16b 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 -- 2.39.2