Browse Source

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.
Nicolas Goaziou 11 years ago
parent
commit
1d7bf33c5f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/ox-html.el

+ 2 - 2
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")