diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-03-27 10:22:34 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-03-27 10:22:34 +0000 |
commit | 10cccf1b96fe2258051bd9a0835c7a6fccb875b4 (patch) | |
tree | b19f94186f49fb0b0990a49a41e65c9047206107 /lisp/hl-line.el | |
parent | 320aebc9b698038399d8b8525a0589f35b45e788 (diff) | |
download | emacs-10cccf1b96fe2258051bd9a0835c7a6fccb875b4.tar.gz |
Fix typo in comment.
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 a2d73b7351d..317788087d0 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -25,7 +25,7 @@ ;;; Commentary: -;; Provides a minor mode (toggled by M-x hl-line-ode) and a global minor +;; Provides a minor mode (toggled by M-x hl-line-mode) and a global minor ;; mode (toggled by M-x global-hl-line-mode) to highlight, on a ;; suitable terminal, the line in the current window on which point is ;; (except in a minibuffer window). Done to satisfy a request for a |