]> git.eshelyaron.com Git - emacs.git/commitdiff
(Abbrev Tables): Add copy-abbrev-table.
authorRichard M. Stallman <rms@gnu.org>
Wed, 6 Aug 2003 01:11:54 +0000 (01:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 6 Aug 2003 01:11:54 +0000 (01:11 +0000)
lispref/abbrevs.texi

index e7ba0d8e8fa642cfe6c133abf5a5ca68316a538e..12afac0a32ba13e71f73a8bad230f8e1093318be 100644 (file)
@@ -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