summaryrefslogtreecommitdiff
path: root/doc/lispref/abbrevs.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/abbrevs.texi')
-rw-r--r--doc/lispref/abbrevs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/abbrevs.texi b/doc/lispref/abbrevs.texi
index 9b719145584..d89cec4bc2b 100644
--- a/doc/lispref/abbrevs.texi
+++ b/doc/lispref/abbrevs.texi
@@ -65,7 +65,7 @@ expanded in the buffer. For the user-level commands for abbrevs, see
@defun make-abbrev-table &optional props
This function creates and returns a new, empty abbrev table---an
-obarray containing no symbols. It is a vector filled with zeros.
+obarray containing no symbols.
@var{props} is a property list that is applied to the new table
(@pxref{Abbrev Table Properties}).
@end defun