org-export: Fix code comments
* contrib/lisp/org-export.el (org-export-resolve-fuzzy-link): Fix code comments.
This commit is contained in:
parent
eabc823bee
commit
323836f0ff
|
@ -2838,8 +2838,7 @@ Assume LINK type is \"fuzzy\"."
|
||||||
;; Last case: link either points to an headline or to
|
;; Last case: link either points to an headline or to
|
||||||
;; nothingness. Try to find the source, with priority given to
|
;; nothingness. Try to find the source, with priority given to
|
||||||
;; headlines with the closest common ancestor. If such candidate
|
;; headlines with the closest common ancestor. If such candidate
|
||||||
;; is found, return its beginning position as an unique
|
;; is found, return it, otherwise return nil.
|
||||||
;; identifier, otherwise return nil.
|
|
||||||
(t
|
(t
|
||||||
(let ((find-headline
|
(let ((find-headline
|
||||||
(function
|
(function
|
||||||
|
|
Loading…
Reference in New Issue