소스 검색

ox-html: Fix docstring

* lisp/ox-html.el (org-html-protect-char-alist): Fix docstring.

Reported-by: Marcin Borkowski <mbork@wmi.amu.edu.pl>
Nicolas Goaziou 11 년 전
부모
커밋
fb906e15d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

@@ -794,7 +794,7 @@ link's path."
   '(("&" . "&amp;")
     ("<" . "&lt;")
     (">" . "&gt;"))
-  "Alist of characters to be converted by `org-html-protect'.")
+  "Alist of characters to be converted by `org-html-encode-plain-text'.")
 
 ;;;; Src Block