Browse Source

ox: Fix a docstring

* lisp/ox.el (org-export-resolve-fuzzy-link): Return value cannot be
  nil.
Nicolas Goaziou 9 years ago
parent
commit
89483bc873
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox.el

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