Mercurial > emacs
changeset 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 | ab0708d3bb41 |
children | 3c3abdef580e |
files | lispref/abbrevs.texi |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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