summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2014-01-10 10:07:22 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2014-01-10 10:07:22 +0100
commit1d7bf33c5f8e2f62e0c49cdc1a68ed1384cfbb98 (patch)
treea6372f7d67d55ce92a42793fb18587dc2f43adce
parentd0538affec8baeaa905b00c45d980421c90ae99a (diff)
downloadorg-mode-1d7bf33c5f8e2f62e0c49cdc1a68ed1384cfbb98.tar.gz
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.
-rw-r--r--lisp/ox-html.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index f153626..169da3d 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")