Mercurial > emacs
changeset 109280:cc75fd2ab734
Fix typos in some Keywords comments.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 26 Jun 2010 14:01:38 -0700 |
parents | 4369f3a9c1de |
children | 81cfe104e929 |
files | lisp/emulation/cua-base.el lisp/emulation/pc-select.el lisp/hl-line.el |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <storm@cua.dk> -;; Keywords: keyboard emulation convenience cua +;; Keywords: keyboard emulations convenience cua ;; This file is part of GNU Emacs.
--- 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 <michael@thp.Uni-Duisburg.DE> -;; Keywords: convenience emulation +;; Keywords: convenience emulations ;; Created: 26 Sep 1995 ;; This file is part of GNU Emacs.
--- 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 <fx@gnu.org> ;; Maintainer: FSF ;; Created: 1998-09-13 -;; Keywords: faces, frames, emulation +;; Keywords: faces, frames, emulations ;; This file is part of GNU Emacs.