From: Bastien Guerry Date: Wed, 9 Jan 2013 16:57:06 +0000 (+0100) Subject: org.el (org-edit-special): Fix typo in docstring X-Git-Tag: release_8.0-pre~559 X-Git-Url: https://repo.or.cz/w/org-mode.git/commitdiff_plain/d1d7da42677b3f9220a900ac955adc1859ff8c43 org.el (org-edit-special): Fix typo in docstring * org.el (org-edit-special): Fix typo in docstring. --- diff --git a/lisp/org.el b/lisp/org.el index 67261b324..e6cffeb9f 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -19447,7 +19447,7 @@ When in a source code block, call `org-edit-src-code'. When in a fixed-width region, call `org-edit-fixed-width-region'. When at an #+INCLUDE keyword, visit the included file. On a link, call `ffap' to visit the link at point. -Otherwise, return an user error." +Otherwise, return a user error." (interactive) (let ((element (org-element-at-point))) (case (org-element-type element)