diff options
| -rw-r--r-- | lisp/abbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index 9092be584f4..bfec59b7b6b 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el | |||
| @@ -724,7 +724,7 @@ then ABBREV is looked up in that table only." | |||
| 724 | "Insert abbrev ABBREV at point. | 724 | "Insert abbrev ABBREV at point. |
| 725 | If non-nil, NAME is the name by which this abbrev was found. | 725 | If non-nil, NAME is the name by which this abbrev was found. |
| 726 | If non-nil, WORDSTART is the place where to insert the abbrev. | 726 | If non-nil, WORDSTART is the place where to insert the abbrev. |
| 727 | If non-nil, WORDEND the abbrev replaces the previous text between | 727 | If WORDEND is non-nil, the abbrev replaces the previous text between |
| 728 | WORDSTART and WORDEND. | 728 | WORDSTART and WORDEND. |
| 729 | Return ABBREV if the expansion should be considered as having taken place." | 729 | Return ABBREV if the expansion should be considered as having taken place." |
| 730 | (unless name (setq name (symbol-name abbrev))) | 730 | (unless name (setq name (symbol-name abbrev))) |