aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-03-28 13:39:10 +0000
committerChong Yidong2009-03-28 13:39:10 +0000
commit893cdc57995def30676685d504b1e7d863557c16 (patch)
treec670bd30be5bbdcfdb12c39189cf83dc1987331d
parent41633740578d28ef2e2f7322805781b979986321 (diff)
downloademacs-893cdc57995def30676685d504b1e7d863557c16.tar.gz
emacs-893cdc57995def30676685d504b1e7d863557c16.zip
Documented special-mode.
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 94b0e472c1d..56c7726b560 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1949,6 +1949,7 @@ of multiple buffers. Top-level commands `multi-isearch-buffers',
1949`multi-isearch-files-regexp' accept a single argument that specifies 1949`multi-isearch-files-regexp' accept a single argument that specifies
1950a list of buffers/files to search for a string/regexp. 1950a list of buffers/files to search for a string/regexp.
1951 1951
1952+++
1952** The new major mode `special-mode' is intended as a parent for 1953** The new major mode `special-mode' is intended as a parent for
1953major modes such as those that set the "'mode-class 'special" property. 1954major modes such as those that set the "'mode-class 'special" property.
1954 1955