From 2f1c3a3d06bbfb336d4b989fabc64195f0caff34 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 6 Aug 2003 01:11:54 +0000 Subject: (Abbrev Tables): Add copy-abbrev-table. --- lispref/abbrevs.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lispref/abbrevs.texi') 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 -- cgit v1.2.1