mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
Minor change to ob-css.el
This commit is contained in:
parent
333526b8aa
commit
c0a5150b2c
@ -43,7 +43,7 @@ This function is called by `org-babel-execute-src-block'."
|
||||
(defun org-babel-prep-session:css (session params)
|
||||
"Return an error if the :session header argument is set.
|
||||
CSS does not support sessions."
|
||||
(error "CSS sessions are nonsensical"))
|
||||
(error "CSS sessions are noynsensical"))
|
||||
|
||||
(provide 'ob-css)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user