diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-08-06 01:11:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-08-06 01:11:54 +0000 |
commit | 57cbdf17173e3290d5ac338d737d236347d979c8 (patch) | |
tree | 1e8c49d8267dd2f5997254d213b58ac64984103a /lispref/abbrevs.texi | |
parent | 91cbc31fa9fd6df416f499fc89c4114979c5b12e (diff) | |
download | emacs-57cbdf17173e3290d5ac338d737d236347d979c8.tar.gz |
(Abbrev Tables): Add copy-abbrev-table.
Diffstat (limited to 'lispref/abbrevs.texi')
-rw-r--r-- | lispref/abbrevs.texi | 5 |
1 files changed, 5 insertions, 0 deletions
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 |