diff options
| author | Stefan Monnier | 2002-08-19 21:47:53 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-08-19 21:47:53 +0000 |
| commit | 02ce3e80f092f18062ab8fd2354e42e60fe267d8 (patch) | |
| tree | a4fccbfc6f5f1ca09804ae9fe626f22e1bc575c1 /etc | |
| parent | 56cf51620561b430135896cb65e0523bed5870a8 (diff) | |
| download | emacs-02ce3e80f092f18062ab8fd2354e42e60fe267d8.tar.gz emacs-02ce3e80f092f18062ab8fd2354e42e60fe267d8.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 | ||
| 1010 | its 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 |
| 1010 | hash tables defined by the Lisp function `define-translation-hash-table'. | 1013 | hash tables defined by the Lisp function `define-translation-hash-table'. |
| 1011 | 1014 | ||