ox: Fix a docstring

* lisp/ox.el (org-export-resolve-fuzzy-link): Return value cannot be
  nil.
This commit is contained in:
Nicolas Goaziou 2015-09-09 14:30:25 +02:00
parent 790bd6458b
commit 89483bc873
1 changed files with 1 additions and 1 deletions

View File

@ -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. <<path>>) return it.