diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-06-13 11:01:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-06-13 11:01:50 +0000 |
commit | 6b567d50e71c459294822c4718aa9b625cb6cfce (patch) | |
tree | fc6fbff0f8a5fc031260fee9b7da5b74aefbfba0 /lisp/hl-line.el | |
parent | 7a5ea398d8453babc071a762c63ff5ea77904f5b (diff) | |
download | emacs-6b567d50e71c459294822c4718aa9b625cb6cfce.tar.gz |
Fixed a typo in commentary.
Diffstat (limited to 'lisp/hl-line.el')
-rw-r--r-- | lisp/hl-line.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index f5229ef9440..2e96bbb92b8 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -32,7 +32,7 @@ ;; You probably don't really want this; if the cursor is difficult to ;; spot, try changing its colour, relying on `blink-cursor-mode' or -;; both. The hookery used might affect repsonse noticeably on a slow +;; both. The hookery used might affect response noticeably on a slow ;; machine. ;; An overlay is used, active only on the selected window. Hooks are |