diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2003-10-22 19:23:55 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2003-10-22 19:23:55 +0000 |
commit | e5dadca769bc8294eb92bebfcb5f5643aa8aae59 (patch) | |
tree | f9a38b97f29903dbc5f1a0bd9dc192f5af1051cc /etc | |
parent | e72850d51b2751f120c568e8f198d6b56fd04b0c (diff) | |
download | emacs-e5dadca769bc8294eb92bebfcb5f5643aa8aae59.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -83,6 +83,12 @@ See the files mac/README and mac/INSTALL for build instructions. * Changes in Emacs 21.4 ++++ +** Help mode now only makes hyperlinks for faces when the face name is +preceded or followed by the word `face'. It no longer makes +hyperlinks for variables without variable documentation, unless +preceded by one of the words `variable' or `option'. + ** The max size of buffers and integers has been doubled. On 32bit machines, it is now 256M (i.e. 268435455). |