1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

Fix typos in some Keywords comments.

This commit is contained in:
Glenn Morris 2010-06-26 14:01:38 -07:00
parent 15b72850c1
commit 39f8a48b18
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Kim F. Storm <storm@cua.dk>
;; Keywords: keyboard emulation convenience cua
;; Keywords: keyboard emulations convenience cua
;; This file is part of GNU Emacs.

View File

@ -6,7 +6,7 @@
;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE>
;; Keywords: convenience emulation
;; Keywords: convenience emulations
;; Created: 26 Sep 1995
;; This file is part of GNU Emacs.

View File

@ -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.