diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-26 14:01:38 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-26 14:01:38 -0700 |
commit | 39f8a48b185399728ede58a0216e0af7ba81e1eb (patch) | |
tree | 5bb4f1bd3421f3db62eebb452fb1afab4eeddd17 /lisp/hl-line.el | |
parent | 15b72850c180c790baeb5440f9d6b563d604d2d7 (diff) | |
download | emacs-39f8a48b185399728ede58a0216e0af7ba81e1eb.tar.gz |
Fix typos in some Keywords comments.
Diffstat (limited to 'lisp/hl-line.el')
-rw-r--r-- | lisp/hl-line.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index 1ce4f25af70..eed03ff54db 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -1,12 +1,12 @@ ;;; hl-line.el --- highlight the current line -;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Maintainer: FSF ;; Created: 1998-09-13 -;; Keywords: faces, frames, emulation +;; Keywords: faces, frames, emulations ;; This file is part of GNU Emacs. |