diff options
author | Richard M. Stallman <rms@gnu.org> | 2000-01-11 05:15:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2000-01-11 05:15:12 +0000 |
commit | 1d8c59e9d4a76e3e6d49061aa438868b7d25abfe (patch) | |
tree | 73727e56f19d57e68def108336ab03e8e5e271b8 /lispref/abbrevs.texi | |
parent | edbcb77b914d9199b9d2afa4ba4345a164416ea1 (diff) | |
download | emacs-1d8c59e9d4a76e3e6d49061aa438868b7d25abfe.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/abbrevs.texi')
-rw-r--r-- | lispref/abbrevs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/abbrevs.texi b/lispref/abbrevs.texi index 0f47889b6be..3809927a8a7 100644 --- a/lispref/abbrevs.texi +++ b/lispref/abbrevs.texi @@ -75,7 +75,7 @@ containing no symbols. It is a vector filled with zeros. @defun clear-abbrev-table table This function undefines all the abbrevs in abbrev table @var{table}, -leaving it empty. The function returns @code{nil}. +leaving it empty. It always returns @code{nil}. @end defun @defun define-abbrev-table tabname definitions |