Fix a typo in ELisp manual
* doc/lispref/abbrevs.texi (Abbrev Table Properties): Fix a typo. (Bug#34508)
This commit is contained in:
@@ -472,7 +472,7 @@ Set the property @var{prop} of abbrev table @var{table} to value @var{val}.
|
||||
|
||||
@defun abbrev-table-get table prop
|
||||
Return the property @var{prop} of abbrev table @var{table}, or @code{nil}
|
||||
if the abbrev has no such property.
|
||||
if @var{table} has no such property.
|
||||
@end defun
|
||||
|
||||
The following properties have special meaning:
|
||||
|
||||
Reference in New Issue
Block a user