emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 44517037aed: ; Fix typo


From: Stefan Kangas
Subject: emacs-29 44517037aed: ; Fix typo
Date: Tue, 26 Dec 2023 16:10:21 -0500 (EST)

branch: emacs-29
commit 44517037aed6caada1d18bc6e39cc52413df6f84
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typo
---
 doc/lispref/control.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]