summaryrefslogtreecommitdiff
path: root/lispref/abbrevs.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-08-06 01:11:54 +0000
committerRichard M. Stallman <rms@gnu.org>2003-08-06 01:11:54 +0000
commit2f1c3a3d06bbfb336d4b989fabc64195f0caff34 (patch)
tree13ed950708bf599c373bef73f1c2ad00ee5f35c4 /lispref/abbrevs.texi
parentbfbcd97f5df5ab3144fec40fc69d74eff0a89dcf (diff)
downloademacs-2f1c3a3d06bbfb336d4b989fabc64195f0caff34.tar.gz
(Abbrev Tables): Add copy-abbrev-table.
Diffstat (limited to 'lispref/abbrevs.texi')
-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},
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