aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/abbrev.el2
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.
725If non-nil, NAME is the name by which this abbrev was found. 725If non-nil, NAME is the name by which this abbrev was found.
726If non-nil, WORDSTART is the place where to insert the abbrev. 726If non-nil, WORDSTART is the place where to insert the abbrev.
727If non-nil, WORDEND the abbrev replaces the previous text between 727If WORDEND is non-nil, the abbrev replaces the previous text between
728WORDSTART and WORDEND. 728WORDSTART and WORDEND.
729Return ABBREV if the expansion should be considered as having taken place." 729Return 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)))