diff options
| author | Sam Steingold | 2001-10-27 16:09:54 +0000 |
|---|---|---|
| committer | Sam Steingold | 2001-10-27 16:09:54 +0000 |
| commit | 54c0e6825b2ccadb70d3eab29d5f455419a7dc16 (patch) | |
| tree | d7fa3d1aa116d66df11187c14a4a8d584f4fd9f6 | |
| parent | c77c3a7302d60b02ff6c8d3e852c3225b5b9a1e9 (diff) | |
| download | emacs-54c0e6825b2ccadb70d3eab29d5f455419a7dc16.tar.gz emacs-54c0e6825b2ccadb70d3eab29d5f455419a7dc16.zip | |
renamed `html-xhtml' to `sgml-xml'
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -12,9 +12,11 @@ For older news, see the file ONEWS | |||
| 12 | When this option is enabled, M-x add-change-log-entry will always | 12 | When this option is enabled, M-x add-change-log-entry will always |
| 13 | start a new record regardless of when the last record is. | 13 | start a new record regardless of when the last record is. |
| 14 | 14 | ||
| 15 | ** New user option `html-xhtml'. | 15 | ** New user option `sgml-xml'. |
| 16 | When this option is enabled, HTML tags are inserted in XHTML style, | 16 | When this option is enabled, SGML tags are inserted in XML style, |
| 17 | i.e., there is always a closing tag. | 17 | i.e., there is always a closing tag. |
| 18 | When not customized, it becomes buffer-local when it can be inferred | ||
| 19 | from the file name or buffer contents. | ||
| 18 | 20 | ||
| 19 | ** When the *scratch* buffer is recreated, its mode is set from | 21 | ** When the *scratch* buffer is recreated, its mode is set from |
| 20 | initial-major-mode, which normally is lisp-interaction-mode, | 22 | initial-major-mode, which normally is lisp-interaction-mode, |