Mercurial > emacs
changeset 44172:23f28487b3a4
Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 27 Mar 2002 10:22:34 +0000 |
parents | 70669069b568 |
children | 248fd1113276 |
files | lisp/hl-line.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hl-line.el Wed Mar 27 07:56:19 2002 +0000 +++ b/lisp/hl-line.el Wed Mar 27 10:22:34 2002 +0000 @@ -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