summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-07 01:20:53 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-07 01:20:53 +0000
commit52b676b7b89ab2f40c5e5c7ebd74123557240352 (patch)
tree247a338b59c1b7744836ac86ddda2c38658594a0 /lisp/progmodes
parent24a4ed5a17ef048ed96448c108e58920094fa7de (diff)
downloademacs-52b676b7b89ab2f40c5e5c7ebd74123557240352.tar.gz
Update copyright.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/c-mode.el4
-rw-r--r--lisp/progmodes/cplus-md.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el
index 1958ac58941..e8f060b1251 100644
--- a/lisp/progmodes/c-mode.el
+++ b/lisp/progmodes/c-mode.el
@@ -1,5 +1,5 @@
;;; c-mode.el --- C code editing commands for Emacs
-;; Copyright (C) 1985, 1986, 1987, 1992, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 87, 92, 94, 95 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: c
@@ -23,7 +23,7 @@
;;; Commentary:
;; A smart editing mode for C code. It knows a lot about C syntax and tries
-;; to position the curser according to C layout conventions. You can
+;; to position the cursor according to C layout conventions. You can
;; change the details of the layout style with option variables. Load it
;; and do M-x describe-mode for details.
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el
index 3d1173959c0..16251f10625 100644
--- a/lisp/progmodes/cplus-md.el
+++ b/lisp/progmodes/cplus-md.el
@@ -1,5 +1,5 @@
;;; cplus-md.el --- C++ code editing commands for Emacs
-;;; Copyright (C) 1985, 1992, 1994 Free Software Foundation, Inc.
+;;; Copyright (C) 1985, 1992, 1994, 1995 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.