diff options
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index f00e4ef867c..377d914718a 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -4452,7 +4452,7 @@ This function returns a freshly created string." ;; We didn't have a match after all. (setq i (1+ i)) ;; We had one, so gather the previous part and the - ;; substition. + ;; substitution. (when (not (= start i)) (push (substring instring start i) result)) (push tostring result) |