diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 00:31:29 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 00:31:29 -0800 |
commit | 6bc383b1a4ebf46451085a1629a0e9433f2051cf (patch) | |
tree | ea86fb1ad8e13974b45c1eed70df7856990122c2 /doc/misc/calc.texi | |
parent | ba3189039adc8ec5eba5ed3e21d42019a4616b7c (diff) | |
download | emacs-6bc383b1a4ebf46451085a1629a0e9433f2051cf.tar.gz emacs-6bc383b1a4ebf46451085a1629a0e9433f2051cf.tar.bz2 emacs-6bc383b1a4ebf46451085a1629a0e9433f2051cf.zip |
Fix copyright years by hand.
These are dates that admin/update-copyright did not update,
or updated incorrectly.
Diffstat (limited to 'doc/misc/calc.texi')
-rw-r--r-- | doc/misc/calc.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 425cd349784..7fba181adcb 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -94,7 +94,7 @@ This file documents Calc, the GNU Emacs calculator, included with GNU Emacs @value{EMACSVER}. @end ifnotinfo -Copyright @copyright{} 1990--1991, 2001--2013 Free Software Foundation, Inc. +Copyright @copyright{} 1990--1991, 2001--2014 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -11801,7 +11801,7 @@ Thus @kbd{M-@key{DEL}} by itself removes the second-from-top stack element, leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes the third stack element. -The above commands do not depend on the location of the cursor. +The above commands do not depend on the location of the cursor. If the customizable variable @code{calc-context-sensitive-enter} is non-@code{nil} (@pxref{Customizing Calc}), these commands will become context sensitive. For example, instead of duplicating the top of the stack, @@ -33326,7 +33326,7 @@ integers. Each @var{d} is a base-@expr{10^n} ``digit'' (where again, 99@dots{}9. The least significant digit is @var{d0}; the last digit, @var{dn}, which is always nonzero, is the most significant digit. For example, the integer @mathit{-12345678} might be stored as -@samp{(bigneg 678 345 12)}. +@samp{(bigneg 678 345 12)}. The distinction between small and large integers is entirely hidden from the user. In @code{defmath} definitions, the Lisp predicate @code{integerp} @@ -35712,10 +35712,10 @@ is @code{nil}. The commands @code{calc-enter} and @code{calc-pop} will typically duplicate the top of the stack. If @code{calc-context-sensitive-enter} is non-@code{nil}, then the -@code{calc-enter} will copy the element at the cursor to the +@code{calc-enter} will copy the element at the cursor to the top of the stack and @code{calc-pop} will delete the element at the cursor. The default value of @code{calc-context-sensitive-enter} is -@code{nil}. +@code{nil}. @end defvar @defvar calc-undo-length |