0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-22 08:19:03 +00:00

org.el (org-edit-special): Fix typo in docstring

* org.el (org-edit-special): Fix typo in docstring.
This commit is contained in:
Bastien Guerry 2013-01-09 17:57:06 +01:00
parent 7696081fdb
commit d1d7da4267

View file

@ -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)