From: Stefan Kangas Date: Tue, 26 Dec 2023 21:09:57 +0000 (+0100) Subject: ; Fix typo X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f036099fb3a4b4502fa2d2f567d25357d591b2f;p=emacs.git ; Fix typo (cherry picked from commit 44517037aed6caada1d18bc6e39cc52413df6f84) --- diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index d4bd8c14ae3..25c7be3adf5 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -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