]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 4 Nov 2008 17:08:15 +0000 (17:08 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 4 Nov 2008 17:08:15 +0000 (17:08 +0000)
lisp/view.el

index c317211c4c2f3040bb9463486cde782f6f38496f..caaba225e618ca4d79a04da8812e52e6c6f1ba5b 100644 (file)
@@ -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.