# HG changeset patch # User Juanma Barranquero # Date 1017224554 0 # Node ID 23f28487b3a4a3c627e4710512b1f6f44e27c538 # Parent 70669069b568769e644882416c24703c20bfb387 Fix typo in comment. diff -r 70669069b568 -r 23f28487b3a4 lisp/hl-line.el --- 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