projects
/
org-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7696081
)
org.el (org-edit-special): Fix typo in docstring
author
Bastien Guerry
<bzg@altern.org>
Wed, 9 Jan 2013 16:57:06 +0000 (17:57 +0100)
committer
Bastien Guerry
<bzg@altern.org>
Wed, 9 Jan 2013 16:57:06 +0000 (17:57 +0100)
* org.el (org-edit-special): Fix typo in docstring.
lisp/org.el
patch
|
blob
|
history
diff --git
a/lisp/org.el
b/lisp/org.el
index
67261b3
..
e6cffeb
100644
(file)
--- 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)