# HG changeset patch # User Glenn Morris # Date 1277586098 25200 # Node ID cc75fd2ab734651043423eb56b74946d0eb83559 # Parent 4369f3a9c1defc678ac1c2ae2b3d9f5b8a229439 Fix typos in some Keywords comments. diff -r 4369f3a9c1de -r cc75fd2ab734 lisp/emulation/cua-base.el --- a/lisp/emulation/cua-base.el Sat Jun 26 20:49:18 2010 +0200 +++ b/lisp/emulation/cua-base.el Sat Jun 26 14:01:38 2010 -0700 @@ -4,7 +4,7 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Kim F. Storm -;; Keywords: keyboard emulation convenience cua +;; Keywords: keyboard emulations convenience cua ;; This file is part of GNU Emacs. diff -r 4369f3a9c1de -r cc75fd2ab734 lisp/emulation/pc-select.el --- a/lisp/emulation/pc-select.el Sat Jun 26 20:49:18 2010 +0200 +++ b/lisp/emulation/pc-select.el Sat Jun 26 14:01:38 2010 -0700 @@ -6,7 +6,7 @@ ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Michael Staats -;; Keywords: convenience emulation +;; Keywords: convenience emulations ;; Created: 26 Sep 1995 ;; This file is part of GNU Emacs. diff -r 4369f3a9c1de -r cc75fd2ab734 lisp/hl-line.el --- a/lisp/hl-line.el Sat Jun 26 20:49:18 2010 +0200 +++ b/lisp/hl-line.el Sat Jun 26 14:01:38 2010 -0700 @@ -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 ;; Maintainer: FSF ;; Created: 1998-09-13 -;; Keywords: faces, frames, emulation +;; Keywords: faces, frames, emulations ;; This file is part of GNU Emacs.