From 76ef80591bce3973e40e6fe56e119fd7d31698e3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 17 Feb 2019 17:30:40 +0200 Subject: [PATCH] Fix a typo in ELisp manual * doc/lispref/abbrevs.texi (Abbrev Table Properties): Fix a typo. (Bug#34508) --- doc/lispref/abbrevs.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2