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 6d652f55b29..36937e8f370 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -3792,7 +3792,7 @@ The properties used on SYMBOL are `composefunc', `sendfunc', | |||
| 3792 | ;; MIN-CHANGE | 3792 | ;; MIN-CHANGE |
| 3793 | ;; MIN-TIME]) | 3793 | ;; MIN-TIME]) |
| 3794 | ;; | 3794 | ;; |
| 3795 | ;; This weirdeness is for optimization reasons: we want | 3795 | ;; This weirdness is for optimization reasons: we want |
| 3796 | ;; `progress-reporter-update' to be as fast as possible, so | 3796 | ;; `progress-reporter-update' to be as fast as possible, so |
| 3797 | ;; `(car reporter)' is better than `(aref reporter 0)'. | 3797 | ;; `(car reporter)' is better than `(aref reporter 0)'. |
| 3798 | ;; | 3798 | ;; |