# HG changeset patch # User Chong Yidong # Date 1242177231 0 # Node ID bbd292613696eb34404c39fc1f54a41dcaa0d364 # Parent 51502f108f8edf93dbd8253f37bf2d444c2ae667 Minor doc fix. diff -r 51502f108f8e -r bbd292613696 lisp/abbrev.el --- a/lisp/abbrev.el Tue May 12 16:42:20 2009 +0000 +++ b/lisp/abbrev.el Wed May 13 01:13:51 2009 +0000 @@ -724,7 +724,7 @@ "Insert abbrev ABBREV at point. If non-nil, NAME is the name by which this abbrev was found. If non-nil, WORDSTART is the place where to insert the abbrev. -If non-nil, WORDEND the abbrev replaces the previous text between +If WORDEND is non-nil, the abbrev replaces the previous text between WORDSTART and WORDEND. Return ABBREV if the expansion should be considered as having taken place." (unless name (setq name (symbol-name abbrev)))