]> git.eshelyaron.com Git - emacs.git/commitdiff
Documentation (comments-only) fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Sep 2003 09:49:46 +0000 (09:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Sep 2003 09:49:46 +0000 (09:49 +0000)
lisp/ChangeLog
lisp/hl-line.el

index 391d003442105021e784f679b272e47e3f0335fc..e25b3873a74909ad9346f9521e3052df21e323a2 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-13  Kevin Rodgers  <ihs_4664@yahoo.com> (tiny change)
+
+       * hl-line.el: Documentation (comments-only) fix.
+
 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
 
        * dired.el (dired-mode-map): Fix typo.
index f55b9625d2b8d74d6643aced50b562a5689e7b9d..8b372f281c393778ebc5776480f329e187bb2377 100644 (file)
@@ -25,8 +25,8 @@
 
 ;;; Commentary:
 
-;; Provides a buffer-local minor mode (toggled by M-x hl-line-mode)
-;; and a global minor mode (toggled by M-x global-hl-line-mode) to
+;; Provides a local minor mode (toggled by M-x hl-line-mode) and
+;; a global minor mode (toggled by M-x global-hl-line-mode) to
 ;; highlight, on a suitable terminal, the line on which point is.  The
 ;; global mode highlights the current line in the selected window only
 ;; (except when the minibuffer window is selected).  This was
 ;; selected window.  (It does so rather than keeping track of changes
 ;; in the selected window).
 
-;; You could make variable `global-hl-line-mode' buffer-local and set
-;; it to nil to avoid highlighting specific buffers, when the global
-;; mode is used.
-
 ;;; Code:
 
 (defgroup hl-line nil