aboutsummaryrefslogtreecommitdiffstats
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
65 65
66@defun make-abbrev-table &optional props 66@defun make-abbrev-table &optional props
67This function creates and returns a new, empty abbrev table---an 67This function creates and returns a new, empty abbrev table---an
68obarray containing no symbols. It is a vector filled with zeros. 68obarray containing no symbols.
69@var{props} is a property list that is applied to the new table 69@var{props} is a property list that is applied to the new table
70(@pxref{Abbrev Table Properties}). 70(@pxref{Abbrev Table Properties}).
71@end defun 71@end defun