summaryrefslogtreecommitdiff
path: root/lisp/abbrev.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-05-13 01:13:51 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-05-13 01:13:51 +0000
commit78e4a31a2d6df1b57e154fea0bf1fee623a0346e (patch)
treefcc805db4f30abf51639e641a387933f1327b0ac /lisp/abbrev.el
parentb39d28c92ac4cf75c0a5f0a2511403dee0238909 (diff)
downloademacs-78e4a31a2d6df1b57e154fea0bf1fee623a0346e.tar.gz
Minor doc fix.
Diffstat (limited to 'lisp/abbrev.el')
-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."
"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)))