# HG changeset patch # User Richard M. Stallman # Date 1060132314 0 # Node ID 2df0dfd737188861fd0e894fd1dfaadb14482415 # Parent ab0708d3bb41dcfdd42a72412b38973d83087291 (Abbrev Tables): Add copy-abbrev-table. diff -r ab0708d3bb41 -r 2df0dfd73718 lispref/abbrevs.texi --- a/lispref/abbrevs.texi Wed Aug 06 01:10:37 2003 +0000 +++ b/lispref/abbrevs.texi Wed Aug 06 01:11:54 2003 +0000 @@ -80,6 +80,11 @@ 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