summaryrefslogtreecommitdiff
path: root/doc/lispref
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-12-26 22:09:57 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-12-26 22:09:57 +0100
commit44517037aed6caada1d18bc6e39cc52413df6f84 (patch)
tree99b9f7ca6995496c85e82497e51be0695101453b /doc/lispref
parentccf46acefd2272afa18832cd6dd4d35b0803e70a (diff)
downloademacs-44517037aed6caada1d18bc6e39cc52413df6f84.tar.gz
emacs-44517037aed6caada1d18bc6e39cc52413df6f84.tar.bz2
emacs-44517037aed6caada1d18bc6e39cc52413df6f84.zip
; Fix typo
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/control.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 90b1358b3cd..7308115f47f 100644
--- 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 shmliblick is read-only"))
+ ('read-only (message "The schmilblick is read-only"))
('access-denied (message "You do not have the needed rights"))
@end group
@group