Mercurial > emacs
changeset 103215:bbd292613696
Minor doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 13 May 2009 01:13:51 +0000 |
parents | 51502f108f8e |
children | 75e91d51c5f2 |
files | lisp/abbrev.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))