# HG changeset patch # User Chong Yidong # Date 1260046602 0 # Node ID 889300e08b30aefb03f896f3720ea4691ba24ab7 # Parent c96dd1a8e16e2d495e7ae2841bfdea28042d8ce4 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925). diff -r c96dd1a8e16e -r 889300e08b30 lisp/ChangeLog --- a/lisp/ChangeLog Sat Dec 05 20:45:39 2009 +0000 +++ b/lisp/ChangeLog Sat Dec 05 20:56:42 2009 +0000 @@ -1,3 +1,7 @@ +2009-12-05 Chong Yidong + + * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925). + 2009-12-05 Alan Mackenzie * progmodes/cc-mode.el (c-before-hack-hook) diff -r c96dd1a8e16e -r 889300e08b30 lisp/hl-line.el --- a/lisp/hl-line.el Sat Dec 05 20:45:39 2009 +0000 +++ b/lisp/hl-line.el Sat Dec 05 20:56:42 2009 +0000 @@ -176,7 +176,7 @@ (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