summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-02-17 17:30:40 +0200
committerEli Zaretskii <eliz@gnu.org>2019-02-17 17:30:40 +0200
commit76ef80591bce3973e40e6fe56e119fd7d31698e3 (patch)
treea6d972268ed369954385b7b4e1893f309d578c86
parentb5e66f46a6f33f9d633e6cc3e0770a566bdfcf6b (diff)
downloademacs-76ef80591bce3973e40e6fe56e119fd7d31698e3.tar.gz
Fix a typo in ELisp manual
* doc/lispref/abbrevs.texi (Abbrev Table Properties): Fix a typo. (Bug#34508)
-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 ce1ab693672..558040ebf67 100644
--- a/doc/lispref/abbrevs.texi
+++ b/doc/lispref/abbrevs.texi
@@ -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: