diff options
-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 |