From 1d7bf33c5f8e2f62e0c49cdc1a68ed1384cfbb98 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 10 Jan 2014 10:07:22 +0100 Subject: [PATCH] ox-html: Fix a docstring * lisp/ox-html.el (org-html-allow-name-attribute-in-anchors): Default value changed in 36a21d9372727f4ce0627282a75246ddf172fbf8. The docstring now reflects this change. --- lisp/ox-html.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index f15362697..169da3d30 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -650,8 +650,8 @@ The function result will be used in the section format string." (defcustom org-html-allow-name-attribute-in-anchors nil "When nil, do not set \"name\" attribute in anchors. -By default, anchors are formatted with both \"id\" and \"name\" -attributes, when appropriate." +By default, when appropriate, anchors are formatted with \"id\" +but without \"name\" attribute." :group 'org-export-html :version "24.4" :package-version '(Org . "8.0") -- 2.11.4.GIT