diff options
Diffstat (limited to 'lisp/expand.el')
-rw-r--r-- | lisp/expand.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/expand.el b/lisp/expand.el index 77e4fc2657c..c4e1d227906 100644 --- a/lisp/expand.el +++ b/lisp/expand.el @@ -290,7 +290,7 @@ If ARG is omitted, point is placed at the end of the expanded text." (defvar expand-list nil "Temporary variable used by the Expand package.") (defvar expand-pos nil - "If non-nil, stores a vector containing markers to positions defined by the last expansion.") + "If non-nil, store a vector with position markers defined by the last expansion.") (make-variable-buffer-local 'expand-pos) (defvar expand-index 0 |