projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccf46ac
)
; Fix typo
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 26 Dec 2023 21:09:57 +0000
(22:09 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 26 Dec 2023 21:09:57 +0000
(22:09 +0100)
doc/lispref/control.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/control.texi
b/doc/lispref/control.texi
index 90b1358b3cd08af05c90b33a5cddf4d55efa55b5..7308115f47fb6b7f179501d3910d33bd1e86399f 100644
(file)
--- a/
doc/lispref/control.texi
+++ b/
doc/lispref/control.texi
@@
-728,7
+728,7
@@
has over @code{cl-case}
;; symbol
('success (message "Done!"))
('would-block (message "Sorry, can't do it now"))
- ('read-only (message "The s
hmli
blick is read-only"))
+ ('read-only (message "The s
chmil
blick is read-only"))
('access-denied (message "You do not have the needed rights"))
@end group
@group