projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b1491
)
; * lisp/simple.el (cycle-spacing-actions): Fix typo
author
Robert Pluim
<rpluim@gmail.com>
Tue, 17 May 2022 15:20:34 +0000
(17:20 +0200)
committer
Robert Pluim
<rpluim@gmail.com>
Tue, 17 May 2022 15:39:14 +0000
(17:39 +0200)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 71c99a442dfd69d77bd0e2e496ba51f7dd29d04f..f352a55e16bbd8ad73c788e2f8128fb11a42caa1 100644
(file)
--- 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 numeri
g
arg"))))
+ (function :tag "Function receiving a numeri
c
arg"))))
`(repeat
(choice
,@actions