From: Bastien Guerry Date: Sat, 1 Mar 2014 20:47:30 +0000 (+0100) Subject: org.el (org-open-link-marker): Fix typo in docstring X-Git-Tag: release_8.2.6~111 X-Git-Url: https://repo.or.cz/w/org-mode.git/commitdiff_plain/dd810b609b3554d38ccec61cc101a21813b269a2 org.el (org-open-link-marker): Fix typo in docstring * org.el (org-open-link-marker): Fix typo in docstring. --- diff --git a/lisp/org.el b/lisp/org.el index 530091245..814a16dee 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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 ()