aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3809207a52d..6e28e01e356 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1006,6 +1006,9 @@ with Custom.
1006 1006
1007* Lisp Changes in Emacs 21.4 1007* Lisp Changes in Emacs 21.4
1008 1008
1009** A function's docstring can now hold the function's usage info on
1010its last line. It should match the regexp "\n\n(fn.*)\\'".
1011
1009** New CCL functions `lookup-character' and `lookup-integer' access 1012** New CCL functions `lookup-character' and `lookup-integer' access
1010hash tables defined by the Lisp function `define-translation-hash-table'. 1013hash tables defined by the Lisp function `define-translation-hash-table'.
1011 1014