emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/abbrevs.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/abbrevs.texi
Date: Tue, 05 Aug 2003 21:11:54 -0400

Index: emacs/lispref/abbrevs.texi
diff -c emacs/lispref/abbrevs.texi:1.16 emacs/lispref/abbrevs.texi:1.17
*** emacs/lispref/abbrevs.texi:1.16     Wed Jul 23 21:54:31 2003
--- emacs/lispref/abbrevs.texi  Tue Aug  5 21:11:54 2003
***************
*** 80,85 ****
--- 80,90 ----
  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]