mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
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
@ -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…
Reference in New Issue
Block a user