Explorar o código

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

* org.el (org-edit-special): Fix typo in docstring.
Bastien Guerry %!s(int64=13) %!d(string=hai) anos
pai
achega
d1d7da4267
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
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)