diff options
| author | Richard M. Stallman | 2003-08-06 01:11:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-08-06 01:11:54 +0000 |
| commit | 57cbdf17173e3290d5ac338d737d236347d979c8 (patch) | |
| tree | 1e8c49d8267dd2f5997254d213b58ac64984103a | |
| parent | 91cbc31fa9fd6df416f499fc89c4114979c5b12e (diff) | |
| download | emacs-57cbdf17173e3290d5ac338d737d236347d979c8.tar.gz emacs-57cbdf17173e3290d5ac338d737d236347d979c8.zip | |
(Abbrev Tables): Add copy-abbrev-table.
| -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}, | |||
| 80 | leaving it empty. It always returns @code{nil}. | 80 | leaving it empty. It always returns @code{nil}. |
| 81 | @end defun | 81 | @end defun |
| 82 | 82 | ||
| 83 | @defun copy-abbrev-table table | ||
| 84 | This function returns a copy of abbrev table @var{table}---a new | ||
| 85 | abbrev table that contains the same abbrev definitions. | ||
| 86 | @end defun | ||
| 87 | |||
| 83 | @defun define-abbrev-table tabname definitions | 88 | @defun define-abbrev-table tabname definitions |
| 84 | This function defines @var{tabname} (a symbol) as an abbrev table | 89 | This function defines @var{tabname} (a symbol) as an abbrev table |
| 85 | name, i.e., as a variable whose value is an abbrev table. It defines | 90 | name, i.e., as a variable whose value is an abbrev table. It defines |