aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2002-08-19 21:47:53 +0000
committerStefan Monnier2002-08-19 21:47:53 +0000
commit02ce3e80f092f18062ab8fd2354e42e60fe267d8 (patch)
treea4fccbfc6f5f1ca09804ae9fe626f22e1bc575c1 /etc
parent56cf51620561b430135896cb65e0523bed5870a8 (diff)
downloademacs-02ce3e80f092f18062ab8fd2354e42e60fe267d8.tar.gz
emacs-02ce3e80f092f18062ab8fd2354e42e60fe267d8.zip
*** empty log message ***
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