diff options
author | Dave Love <fx@gnu.org> | 2001-01-03 20:18:33 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-01-03 20:18:33 +0000 |
commit | 99f2fb1f868867b749caca5479b985b22fed16a5 (patch) | |
tree | a7b3b7c3a3ece34b9b60e023b1128f1e873153d2 /lisp/hl-line.el | |
parent | a77dc1ecc3c03a316964177f488597e1c460999d (diff) | |
download | emacs-99f2fb1f868867b749caca5479b985b22fed16a5.tar.gz |
(hl-line): Doc fix.
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 d30f20a8843..2b2af4d5fdc 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -50,7 +50,7 @@ ;;; Code: (defgroup hl-line nil - "Highliight the current line." + "Highlight the current line." :version "21.1" :group 'editing) |