summaryrefslogtreecommitdiff
path: root/lisp/hl-line.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-12-05 20:56:42 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-12-05 20:56:42 +0000
commit503edac9d6283c9bea492000369605e948af1fe7 (patch)
tree0577e26a0572c2a577b04e8a35f8b6054c7acf3c /lisp/hl-line.el
parent8fea6b333da8cf55597930215ac00480b20f1266 (diff)
downloademacs-503edac9d6283c9bea492000369605e948af1fe7.tar.gz
* hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
Diffstat (limited to 'lisp/hl-line.el')
-rw-r--r--lisp/hl-line.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hl-line.el b/lisp/hl-line.el
index 7900cde4885..fe02c5de5ef 100644
--- a/lisp/hl-line.el
+++ b/lisp/hl-line.el
@@ -176,7 +176,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
(remove-hook 'post-command-hook #'global-hl-line-highlight)))
(defun global-hl-line-highlight ()
- "Active the Global-Hl-Line overlay on the current line in the current window."
+ "Highlight the current line in the current window."
(when global-hl-line-mode ; Might be changed outside the mode function.
(unless (window-minibuffer-p (selected-window))
(unless global-hl-line-overlay