From: Richard M. Stallman Date: Wed, 6 Aug 2003 01:11:54 +0000 (+0000) Subject: (Abbrev Tables): Add copy-abbrev-table. X-Git-Tag: ttn-vms-21-2-B4~9160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57cbdf17173e3290d5ac338d737d236347d979c8;p=emacs.git (Abbrev Tables): Add copy-abbrev-table. --- diff --git a/lispref/abbrevs.texi b/lispref/abbrevs.texi index e7ba0d8e8fa..12afac0a32b 100644 --- a/lispref/abbrevs.texi +++ b/lispref/abbrevs.texi @@ -80,6 +80,11 @@ This function undefines all the abbrevs in abbrev table @var{table}, leaving it empty. It always returns @code{nil}. @end defun +@defun copy-abbrev-table table +This function returns a copy of abbrev table @var{table}---a new +abbrev table that contains the same abbrev definitions. +@end defun + @defun define-abbrev-table tabname definitions This function defines @var{tabname} (a symbol) as an abbrev table name, i.e., as a variable whose value is an abbrev table. It defines