From: Eli Zaretskii Date: Sun, 17 Feb 2019 15:30:40 +0000 (+0200) Subject: Fix a typo in ELisp manual X-Git-Tag: emacs-26.1.92~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76ef805;p=emacs.git Fix a typo in ELisp manual * doc/lispref/abbrevs.texi (Abbrev Table Properties): Fix a typo. (Bug#34508) --- 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: