diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-04-07 01:20:53 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-04-07 01:20:53 +0000 |
commit | 732be46569e11c446abb92a0fe9664fff94be875 (patch) | |
tree | 6ba3fd186d0d5438de1d6f412426e0c5eafffaf7 /lisp/progmodes/c-mode.el | |
parent | 1d233b80d2c38a8b0de4158f443bdbdc0407060a (diff) | |
download | emacs-732be46569e11c446abb92a0fe9664fff94be875.tar.gz |
Update copyright.
Diffstat (limited to 'lisp/progmodes/c-mode.el')
-rw-r--r-- | lisp/progmodes/c-mode.el | 4 |
1 files changed, 2 insertions, 2 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. |