Browse Source

ox-html: Fix code comment

* lisp/ox-html.el (org-html-link): Radio-targets are not meant to be
  resolved through cross-referencing.
Nicolas Goaziou 9 years ago
parent
commit
1795d505e8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/ox-html.el

+ 2 - 2
lisp/ox-html.el

@@ -2850,8 +2850,8 @@ INFO is a plist holding contextual information.  See
 	     ((and home use-abs-url)
 	      (setq raw-path (concat (file-name-as-directory home) raw-path))))
 	    ;; Add search option, if any.  A search option can be
-	    ;; relative to a custom-id, a headline title a name,
-	    ;; a target or a radio-target.
+	    ;; relative to a custom-id, a headline title, a name or
+	    ;; a target.
 	    (let ((option (org-element-property :search-option link)))
 	      (cond ((not option) raw-path)
 		    ;; Since HTML back-end use custom-id value as-is,