diff etc/NEWS @ 46959:2566b90da6fc

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 19 Aug 2002 21:47:53 +0000
parents 731e4a095774
children aeb54264d594
line wrap: on
line diff
--- a/etc/NEWS	Mon Aug 19 21:47:38 2002 +0000
+++ b/etc/NEWS	Mon Aug 19 21:47:53 2002 +0000
@@ -1006,6 +1006,9 @@
 
 * Lisp Changes in Emacs 21.4
 
+** A function's docstring can now hold the function's usage info on
+its last line.  It should match the regexp "\n\n(fn.*)\\'".
+
 ** New CCL functions `lookup-character' and `lookup-integer' access
 hash tables defined by the Lisp function `define-translation-hash-table'.