comparison lispref/abbrevs.texi @ 27270:5a4e13447b47

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Jan 2000 05:15:12 +0000
parents 653f41a39496
children f7b7fdb0f3f4
comparison
equal deleted inserted replaced
27269:dad6b5abb3f0 27270:5a4e13447b47
73 containing no symbols. It is a vector filled with zeros. 73 containing no symbols. It is a vector filled with zeros.
74 @end defun 74 @end defun
75 75
76 @defun clear-abbrev-table table 76 @defun clear-abbrev-table table
77 This function undefines all the abbrevs in abbrev table @var{table}, 77 This function undefines all the abbrevs in abbrev table @var{table},
78 leaving it empty. The function returns @code{nil}. 78 leaving it empty. It always returns @code{nil}.
79 @end defun 79 @end defun
80 80
81 @defun define-abbrev-table tabname definitions 81 @defun define-abbrev-table tabname definitions
82 This function defines @var{tabname} (a symbol) as an abbrev table name, 82 This function defines @var{tabname} (a symbol) as an abbrev table name,
83 i.e., as a variable whose value is an abbrev table. It defines abbrevs 83 i.e., as a variable whose value is an abbrev table. It defines abbrevs