Fix typo in previous commit

This commit is contained in:
Gerard Vermeulen 2023-03-04 10:57:04 +01:00
parent 2d120d54b8
commit 84cd8a677c
1 changed files with 1 additions and 1 deletions

View File

@ -2135,7 +2135,7 @@ unbind the `org-babel' interface functions when ACTIVE is nil."
(interactive "SDeactivate language: ")
(if (set-org-babel-language-activity lang nil)
(message "Did deactivate `%s' for `org-babel'" lang)
(message "Can't deactivate `%s' for `org-babel'" lang)))
(message "Can't deactivate `%s' for `org-babel'" lang))))
#+end_src
#+caption[Set =org-link= options]: