* hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 5 Dec 2009 20:56:42 +0000 (20:56 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 5 Dec 2009 20:56:42 +0000 (20:56 +0000)
lisp/ChangeLog
lisp/hl-line.el

index d6b22e0..ab2fb62 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
+
 2009-12-05  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-mode.el (c-before-hack-hook)
index 7900cde..fe02c5d 100644 (file)
@@ -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