# HG changeset patch # User Juanma Barranquero # Date 1225818495 0 # Node ID f1a064081e2e14bc0be3b6590ae39f6607b1b31f # Parent fdfbe3e66ebc86837f06c77c6f6d9b260d9d6e87 Fix typo in comment. diff -r fdfbe3e66ebc -r f1a064081e2e lisp/view.el --- a/lisp/view.el Tue Nov 04 16:54:25 2008 +0000 +++ b/lisp/view.el Tue Nov 04 17:08:15 2008 +0000 @@ -1032,7 +1032,7 @@ ;; 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.