Add 2012 to FSF copyright years for Emacs files
[bpt/emacs.git] / lisp / progmodes / scheme.el
index b936880..82a4985 100644 (file)
@@ -1,6 +1,6 @@
 ;;; scheme.el --- Scheme (and DSSSL) editing mode
 
-;; Copyright (C) 1986-1988, 1997-1998, 2001-2011
+;; Copyright (C) 1986-1988, 1997-1998, 2001-2012
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Bill Rozas <jinx@martigny.ai.mit.edu>
@@ -452,7 +452,7 @@ This behaves like the function `lisp-indent-function', except that:
 i) it checks for a non-nil value of the property `scheme-indent-function'
 \(or the deprecated `scheme-indent-hook'), rather than `lisp-indent-function'.
 
-ii) if that property specifes a function, it is called with three
+ii) if that property specifies a function, it is called with three
 arguments (not two), the third argument being the default (i.e., current)
 indentation."
   (let ((normal-indent (current-column)))