From: Robert Pluim Date: Tue, 17 May 2022 15:20:34 +0000 (+0200) Subject: ; * lisp/simple.el (cycle-spacing-actions): Fix typo X-Git-Tag: emacs-29.0.90~1910^2~623 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d38470142af43795022ec8812ce6b1a0008804b;p=emacs.git ; * lisp/simple.el (cycle-spacing-actions): Fix typo --- 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