]> code.delx.au - gnu-emacs/blobdiff - lisp/hl-line.el
(webjump-builtin): Add missing format string
[gnu-emacs] / lisp / hl-line.el
index 8b372f281c393778ebc5776480f329e187bb2377..58921aaa58a3bbae446d74c2d808163899b82236 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 1998, 2000, 2001, 2003 Free Software Foundation, Inc.
 
 ;; Author:  Dave Love <fx@gnu.org>
+;; Maintainer: FSF
 ;; Created: 1998-09-13
 ;; Keywords: faces, frames, emulation
 
 ;; 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