diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-17 19:54:00 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-17 19:54:00 +0000 |
commit | a3709a8c266614e82b9bd4920f0fb0fbc9b571b8 (patch) | |
tree | 4cd89b80f636504b7f0b0340f70ec7b67282d104 /etc | |
parent | da59e7b21b4c7eb87ee88e6abc5482cf218340ca (diff) | |
download | emacs-a3709a8c266614e82b9bd4920f0fb0fbc9b571b8.tar.gz |
(abbrev-insert): New function extracted from expand-abbrev.
(expand-abbrev): Use it.
(abbrev-table-menu): New function.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ C-c C-f, finds the file associated with the current log entry. ** 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. |