]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calccomp.el
Update copyright year to 2015
[gnu-emacs] / lisp / calc / calccomp.el
index 51ea8e7b7a3f542aef8f26023bf5c4a4d442dccf..a3432c14b151bbf5a363f2a433cccf7938f63af5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; calccomp.el --- composition functions for Calc
 
-;; Copyright (C) 1990-1993, 2001-201 Free Software Foundation, Inc.
+;; Copyright (C) 1990-1993, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <daveg@synaptics.com>
 ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
@@ -86,7 +86,7 @@
           (setq sn (math-to-underscores sn)))
       sn)))
 
-;;; Give multiplication precendence when composing to avoid
+;;; Give multiplication precedence when composing to avoid
 ;;; writing a*(b c) instead of a b c
 (defun math-compose-expr (a prec &optional div)
   (let ((calc-multiplication-has-precedence t)