org.el (org-open-link-marker): Fix typo in docstring

* org.el (org-open-link-marker): Fix typo in docstring.
This commit is contained in:
Bastien Guerry 2014-03-01 21:47:30 +01:00
parent 7f8c1226e8
commit dd810b609b
1 changed files with 1 additions and 1 deletions

View File

@ -10260,7 +10260,7 @@ See the docstring of `org-open-file' for details."
This is saved in case the need arises to restore it.")
(defvar org-open-link-marker (make-marker)
"Marker pointing to the location where `org-open-at-point; was called.")
"Marker pointing to the location where `org-open-at-point' was called.")
;;;###autoload
(defun org-open-at-point-global ()