diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-11-04 17:08:15 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-11-04 17:08:15 +0000 |
commit | 53785457b08f3f457375d9e51442757ffaa3392c (patch) | |
tree | 5836d129398cbc2fa40bee5d3c09ef36cbeb2275 /lisp/view.el | |
parent | 2eb92184e95b6e8f5c0081d5a50233eb4cd827d7 (diff) | |
download | emacs-53785457b08f3f457375d9e51442757ffaa3392c.tar.gz |
Fix typo in comment.
Diffstat (limited to 'lisp/view.el')
-rw-r--r-- | lisp/view.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |