From 89483bc8739037c4b8d39f35bc99ac8c924b3282 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 9 Sep 2015 14:30:25 +0200 Subject: [PATCH] ox: Fix a docstring * lisp/ox.el (org-export-resolve-fuzzy-link): Return value cannot be nil. --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index aff470842..24a736e24 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -4088,7 +4088,7 @@ error if no block contains REF." INFO is a plist holding contextual information. -Return value can be an object, an element, or nil: +Return value can be an object or an element: - If LINK path matches a target object (i.e. <>) return it.