From: Juanma Barranquero Date: Wed, 27 Mar 2002 10:22:34 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: ttn-vms-21-2-B4~15960 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10cccf1b96fe2258051bd9a0835c7a6fccb875b4;p=emacs.git Fix typo in comment. --- 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