From 57cbdf17173e3290d5ac338d737d236347d979c8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 6 Aug 2003 01:11:54 +0000 Subject: [PATCH] (Abbrev Tables): Add copy-abbrev-table. --- lispref/abbrevs.texi | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2