Przeglądaj źródła

ox: Fix code comment

* lisp/ox.el (org-export-output-file-name): Fix code comment.
Nicolas Goaziou 9 lat temu
rodzic
commit
24aaa53573
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      lisp/ox.el

+ 1 - 2
lisp/ox.el

@@ -5980,8 +5980,7 @@ Return file name as a string."
   (let* ((visited-file (buffer-file-name (buffer-base-buffer)))
 	 (base-name
 	  ;; File name may come from EXPORT_FILE_NAME subtree
-	  ;; property, assuming point is at beginning of said
-	  ;; sub-tree.
+	  ;; property.
 	  (file-name-sans-extension
 	   (or (and subtreep (org-entry-get nil "EXPORT_FILE_NAME" 'selective))
 	       ;; File name may be extracted from buffer's associated