]> code.delx.au - gnu-emacs/commitdiff
Fix typos in some Keywords comments.
authorGlenn Morris <rgm@gnu.org>
Sat, 26 Jun 2010 21:01:38 +0000 (14:01 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 26 Jun 2010 21:01:38 +0000 (14:01 -0700)
lisp/emulation/cua-base.el
lisp/emulation/pc-select.el
lisp/hl-line.el

index 57ea683a1ff0878492dee630c5aba96a65c77046..11cee8197a467ea977e70040b111c824abe94a78 100644 (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.
 
index 45c3840bdd2df7a9eabdf64b2d66e96b15745fa5..db47ee4276b31530b13aa5e4be4f54f044c6eedf 100644 (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.
index 1ce4f25af70b329daf3e2db0b6eee8c0c7108c6c..eed03ff54db71afe6168c48884fce8e7791f7672 100644 (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.