diff options
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 | ||