From: Juanma Barranquero Date: Tue, 4 Nov 2008 17:08:15 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-pretest-23.0.90~1970 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53785457b08f3f457375d9e51442757ffaa3392c;p=emacs.git Fix typo in comment. --- diff --git a/lisp/view.el b/lisp/view.el index c317211c4c2..caaba225e61 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -1032,7 +1032,7 @@ for highlighting the match that is found." ;; This function does the job for all the View-search- commands. ;; Search for the TIMESt match for REGEXP. If TIMES is negative ;; search backwards. If REGEXP is nil use `view-last-regexp'. - ;; Charcters "!" and "@" have a special meaning at the beginning of + ;; Characters "!" and "@" have a special meaning at the beginning of ;; REGEXP and are removed from REGEXP before the search "!" means ;; search for lines with no match for REGEXP. "@" means search in ;; the whole buffer, don't start searching from the present point.