diff options
Diffstat (limited to 'lisp/doc-view.el')
| -rw-r--r-- | lisp/doc-view.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el index d16d8c6f62d..7e4329234e3 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el | |||
| @@ -124,7 +124,7 @@ | |||
| 124 | ;; (except the tooltip) if the next match is on the same page. | 124 | ;; (except the tooltip) if the next match is on the same page. |
| 125 | 125 | ||
| 126 | ;; And it's much slower than the current search facility, because | 126 | ;; And it's much slower than the current search facility, because |
| 127 | ;; isearch really searches for each step forward or backward wheras | 127 | ;; isearch really searches for each step forward or backward whereas |
| 128 | ;; the current approach searches once and then it knows to which | 128 | ;; the current approach searches once and then it knows to which |
| 129 | ;; pages to jump. | 129 | ;; pages to jump. |
| 130 | 130 | ||