]> 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)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:18:39 +0000 (08:18 +0100)
(cherry picked from commit 44517037aed6caada1d18bc6e39cc52413df6f84)

doc/lispref/control.texi

index d4bd8c14ae39b44d09e65a3bbddc4c9e8a541e85..25c7be3adf566de76093691dc0330bc3aa913a69 100644 (file)
@@ -729,7 +729,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