; Fix typo in error messages (Bug#26034)
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
8750a4546a
commit
c68cce94c4
1 changed files with 2 additions and 2 deletions
|
@ -157,12 +157,12 @@ it's header arguments."
|
|||
(defun org-babel-prep-session:C (session params)
|
||||
"This function does nothing as C is a compiled language with no
|
||||
support for sessions"
|
||||
(error "C is a compiled languages -- no support for sessions"))
|
||||
(error "C is a compiled language -- no support for sessions"))
|
||||
|
||||
(defun org-babel-load-session:C (session body params)
|
||||
"This function does nothing as C is a compiled language with no
|
||||
support for sessions"
|
||||
(error "C is a compiled languages -- no support for sessions"))
|
||||
(error "C is a compiled language -- no support for sessions"))
|
||||
|
||||
;; helper functions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue