1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2012-10-04 22:57:24 -07:00
parent be63638622
commit 735135f9bc
42 changed files with 96 additions and 102 deletions

View file

@ -3924,7 +3924,7 @@ Return Org syntax as a string."
(and (eq type 'paragraph)
(equal data (car (org-element-contents parent)))
(memq (org-element-type parent)
'(footnote-definiton item))))))
'(footnote-definition item))))))
"")))
(funcall (intern (format "org-element-%s-interpreter" type))
data