; Fix typo

This commit is contained in:
Stefan Kangas 2023-12-26 22:09:57 +01:00
parent ccf46acefd
commit 44517037ae

View file

@ -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