From fb906e15d7f41b967e3d9c4a039c7b517af3e334 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 6 Dec 2014 22:28:19 +0100 Subject: [PATCH] ox-html: Fix docstring * lisp/ox-html.el (org-html-protect-char-alist): Fix docstring. Reported-by: Marcin Borkowski --- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 81e005aaf..178642d52 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -794,7 +794,7 @@ link's path." '(("&" . "&") ("<" . "<") (">" . ">")) - "Alist of characters to be converted by `org-html-protect'.") + "Alist of characters to be converted by `org-html-encode-plain-text'.") ;;;; Src Block -- 2.11.4.GIT