emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 76ef805: Fix a typo in ELisp manual


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 76ef805: Fix a typo in ELisp manual
Date: Sun, 17 Feb 2019 10:31:17 -0500 (EST)

branch: emacs-26
commit 76ef80591bce3973e40e6fe56e119fd7d31698e3
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 ce1ab69..558040e 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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]