Mercurial > emacs
changeset 99382:f1a064081e2e
Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Nov 2008 17:08:15 +0000 |
parents | fdfbe3e66ebc |
children | a5f24b6e48ef |
files | lisp/view.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.