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=44517037aed6caada1d18bc6e39cc52413df6f84;p=emacs.git ; Fix typo --- 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