Browse Source

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 10 years ago
parent
commit
fb906e15d7
1 changed files with 1 additions and 1 deletions
  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