aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorGlenn Morris2010-06-26 14:01:38 -0700
committerGlenn Morris2010-06-26 14:01:38 -0700
commit39f8a48b185399728ede58a0216e0af7ba81e1eb (patch)
tree5bb4f1bd3421f3db62eebb452fb1afab4eeddd17 /lisp/emulation
parent15b72850c180c790baeb5440f9d6b563d604d2d7 (diff)
downloademacs-39f8a48b185399728ede58a0216e0af7ba81e1eb.tar.gz
emacs-39f8a48b185399728ede58a0216e0af7ba81e1eb.zip
Fix typos in some Keywords comments.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el2
-rw-r--r--lisp/emulation/pc-select.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 57ea683a1ff..11cee8197a4 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -4,7 +4,7 @@
4;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5 5
6;; Author: Kim F. Storm <storm@cua.dk> 6;; Author: Kim F. Storm <storm@cua.dk>
7;; Keywords: keyboard emulation convenience cua 7;; Keywords: keyboard emulations convenience cua
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el
index 45c3840bdd2..db47ee4276b 100644
--- a/lisp/emulation/pc-select.el
+++ b/lisp/emulation/pc-select.el
@@ -6,7 +6,7 @@
6;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 6;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
7 7
8;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE> 8;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE>
9;; Keywords: convenience emulation 9;; Keywords: convenience emulations
10;; Created: 26 Sep 1995 10;; Created: 26 Sep 1995
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.