Fix a typo in ELisp manual
* doc/lispref/abbrevs.texi (Abbrev Table Properties): Fix a typo. (Bug#34508)
This commit is contained in:
parent
b5e66f46a6
commit
76ef80591b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue