diff options
| author | Eli Zaretskii | 2019-02-17 17:30:40 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-02-17 17:30:40 +0200 |
| commit | 76ef80591bce3973e40e6fe56e119fd7d31698e3 (patch) | |
| tree | a6d972268ed369954385b7b4e1893f309d578c86 | |
| parent | b5e66f46a6f33f9d633e6cc3e0770a566bdfcf6b (diff) | |
| download | emacs-76ef80591bce3973e40e6fe56e119fd7d31698e3.tar.gz emacs-76ef80591bce3973e40e6fe56e119fd7d31698e3.zip | |
Fix a typo in ELisp manual
* doc/lispref/abbrevs.texi (Abbrev Table Properties): Fix a
typo. (Bug#34508)
| -rw-r--r-- | doc/lispref/abbrevs.texi | 2 |
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}. | |||
| 472 | 472 | ||
| 473 | @defun abbrev-table-get table prop | 473 | @defun abbrev-table-get table prop |
| 474 | Return the property @var{prop} of abbrev table @var{table}, or @code{nil} | 474 | Return the property @var{prop} of abbrev table @var{table}, or @code{nil} |
| 475 | if the abbrev has no such property. | 475 | if @var{table} has no such property. |
| 476 | @end defun | 476 | @end defun |
| 477 | 477 | ||
| 478 | The following properties have special meaning: | 478 | The following properties have special meaning: |