diff options
| author | Stefan Kangas | 2023-12-26 22:09:57 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-26 22:09:57 +0100 |
| commit | 44517037aed6caada1d18bc6e39cc52413df6f84 (patch) | |
| tree | 99b9f7ca6995496c85e82497e51be0695101453b | |
| parent | ccf46acefd2272afa18832cd6dd4d35b0803e70a (diff) | |
| download | emacs-44517037aed6caada1d18bc6e39cc52413df6f84.tar.gz emacs-44517037aed6caada1d18bc6e39cc52413df6f84.zip | |
; Fix typo
| -rw-r--r-- | doc/lispref/control.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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} | |||
| 728 | ;; symbol | 728 | ;; symbol |
| 729 | ('success (message "Done!")) | 729 | ('success (message "Done!")) |
| 730 | ('would-block (message "Sorry, can't do it now")) | 730 | ('would-block (message "Sorry, can't do it now")) |
| 731 | ('read-only (message "The shmliblick is read-only")) | 731 | ('read-only (message "The schmilblick is read-only")) |
| 732 | ('access-denied (message "You do not have the needed rights")) | 732 | ('access-denied (message "You do not have the needed rights")) |
| 733 | @end group | 733 | @end group |
| 734 | @group | 734 | @group |