瀏覽代碼

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

* org.el (org-open-link-marker): Fix typo in docstring.
Bastien Guerry 11 年之前
父節點
當前提交
dd810b609b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

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