diff options
| author | Dave Love | 2001-01-03 20:18:33 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-03 20:18:33 +0000 |
| commit | 99f2fb1f868867b749caca5479b985b22fed16a5 (patch) | |
| tree | a7b3b7c3a3ece34b9b60e023b1128f1e873153d2 | |
| parent | a77dc1ecc3c03a316964177f488597e1c460999d (diff) | |
| download | emacs-99f2fb1f868867b749caca5479b985b22fed16a5.tar.gz emacs-99f2fb1f868867b749caca5479b985b22fed16a5.zip | |
(hl-line): Doc fix.
| -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 @@ | |||
| 50 | ;;; Code: | 50 | ;;; Code: |
| 51 | 51 | ||
| 52 | (defgroup hl-line nil | 52 | (defgroup hl-line nil |
| 53 | "Highliight the current line." | 53 | "Highlight the current line." |
| 54 | :version "21.1" | 54 | :version "21.1" |
| 55 | :group 'editing) | 55 | :group 'editing) |
| 56 | 56 | ||