comparison lisp/hl-line.el @ 35031:c42fc96648de

(hl-line): Doc fix.
author Dave Love <fx@gnu.org>
date Wed, 03 Jan 2001 20:18:33 +0000
parents b8a47482f3cd
children ff93d7955c3d
comparison
equal deleted inserted replaced
35030:fb57c3f4a4e0 35031:c42fc96648de
48 ;; highlighting specific buffers. 48 ;; highlighting specific buffers.
49 49
50 ;;; Code: 50 ;;; Code:
51 51
52 (defgroup hl-line nil 52 (defgroup hl-line nil
53 "Highliight the current line." 53 "Highlight the current line."
54 :version "21.1" 54 :version "21.1"
55 :group 'editing) 55 :group 'editing)
56 56
57 (defcustom hl-line-face 'highlight 57 (defcustom hl-line-face 'highlight
58 "Face with which to highlight the current line." 58 "Face with which to highlight the current line."