diff etc/NEWS @ 94137:b745a29952ba

(abbrev-insert): New function extracted from expand-abbrev. (expand-abbrev): Use it. (abbrev-table-menu): New function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 17 Apr 2008 19:54:00 +0000
parents 9294e3bd7d46
children 4a069780d939
line wrap: on
line diff
--- a/etc/NEWS	Thu Apr 17 17:40:52 2008 +0000
+++ b/etc/NEWS	Thu Apr 17 19:54:00 2008 +0000
@@ -412,7 +412,7 @@
 
 ** abbrev was rewritten in Elisp and extended with more flexibility.
 *** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put,
-    abbrev-table-p.
+    abbrev-table-p, abbrev-insert, abbrev-table-menu.
 *** Special hook `abbrev-expand-functions' obsoletes `pre-abbrev-expand-hook'.
 *** `make-abbrev-table', `define-abbrev', `define-abbrev-table' all take
     extra arguments for arbitrary properties.