Преглед на файлове

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 години
родител
ревизия
1795d505e8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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,