]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo
authorStefan Kangas <stefankangas@gmail.com>
Tue, 26 Dec 2023 21:09:57 +0000 (22:09 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 26 Dec 2023 21:09:57 +0000 (22:09 +0100)
doc/lispref/control.texi

index 90b1358b3cd08af05c90b33a5cddf4d55efa55b5..7308115f47fb6b7f179501d3910d33bd1e86399f 100644 (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