aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-08-06 01:11:54 +0000
committerRichard M. Stallman2003-08-06 01:11:54 +0000
commit57cbdf17173e3290d5ac338d737d236347d979c8 (patch)
tree1e8c49d8267dd2f5997254d213b58ac64984103a
parent91cbc31fa9fd6df416f499fc89c4114979c5b12e (diff)
downloademacs-57cbdf17173e3290d5ac338d737d236347d979c8.tar.gz
emacs-57cbdf17173e3290d5ac338d737d236347d979c8.zip
(Abbrev Tables): Add copy-abbrev-table.
-rw-r--r--lispref/abbrevs.texi5
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},
80leaving it empty. It always returns @code{nil}. 80leaving it empty. It always returns @code{nil}.
81@end defun 81@end defun
82 82
83@defun copy-abbrev-table table
84This function returns a copy of abbrev table @var{table}---a new
85abbrev 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
84This function defines @var{tabname} (a symbol) as an abbrev table 89This function defines @var{tabname} (a symbol) as an abbrev table
85name, i.e., as a variable whose value is an abbrev table. It defines 90name, i.e., as a variable whose value is an abbrev table. It defines