diff lispref/abbrevs.texi @ 52136:2df0dfd73718

(Abbrev Tables): Add copy-abbrev-table.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Aug 2003 01:11:54 +0000
parents 2232ca869e12
children 695cf19ef79e
line wrap: on
line diff
--- 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