summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSam Steingold <sds@gnu.org>2001-10-27 16:09:54 +0000
committerSam Steingold <sds@gnu.org>2001-10-27 16:09:54 +0000
commit54c0e6825b2ccadb70d3eab29d5f455419a7dc16 (patch)
treed7fa3d1aa116d66df11187c14a4a8d584f4fd9f6 /etc
parentc77c3a7302d60b02ff6c8d3e852c3225b5b9a1e9 (diff)
downloademacs-54c0e6825b2ccadb70d3eab29d5f455419a7dc16.tar.gz
renamed `html-xhtml' to `sgml-xml'
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 370f121b1e5..a616b99b760 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -12,9 +12,11 @@ For older news, see the file ONEWS
When this option is enabled, M-x add-change-log-entry will always
start a new record regardless of when the last record is.
-** New user option `html-xhtml'.
-When this option is enabled, HTML tags are inserted in XHTML style,
+** New user option `sgml-xml'.
+When this option is enabled, SGML tags are inserted in XML style,
i.e., there is always a closing tag.
+When not customized, it becomes buffer-local when it can be inferred
+from the file name or buffer contents.
** When the *scratch* buffer is recreated, its mode is set from
initial-major-mode, which normally is lisp-interaction-mode,