diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/abbrevs.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/abbrevs.texi b/doc/lispref/abbrevs.texi index 087e6945203..4c9e653cb19 100644 --- a/doc/lispref/abbrevs.texi +++ b/doc/lispref/abbrevs.texi | |||
| @@ -122,7 +122,9 @@ System abbrevs are listed and identified as such. Otherwise the | |||
| 122 | description is a Lisp expression---a call to @code{define-abbrev-table} | 122 | description is a Lisp expression---a call to @code{define-abbrev-table} |
| 123 | that would define @var{name} as it is currently defined, but without | 123 | that would define @var{name} as it is currently defined, but without |
| 124 | the system abbrevs. (The mode or package using @var{name} is supposed | 124 | the system abbrevs. (The mode or package using @var{name} is supposed |
| 125 | to add these to @var{name} separately.) | 125 | to add these to @var{name} separately.) If the Lisp expression would |
| 126 | not define any abbrevs (i.e.@: it defines an empty abbrev table), this | ||
| 127 | function inserts nothing. | ||
| 126 | @end defun | 128 | @end defun |
| 127 | 129 | ||
| 128 | @node Defining Abbrevs | 130 | @node Defining Abbrevs |