]> code.delx.au - gnu-emacs/blobdiff - man/calc.texi
(GNU GENERAL PUBLIC LICENSE): Use "yyyy" to represent year.
[gnu-emacs] / man / calc.texi
index ea51a896e23f9204ca2aad7994bb5ebd9a886ba0..6f3082fb776aaa86ae1503c2dff41d0eb0409fb3 100644 (file)
@@ -203,7 +203,7 @@ software---to make sure the software is free for all its users.  This
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
+the GNU Lesser General Public License instead.)  You can apply it to
 your programs, too.
 
   When we speak of free software, we are referring to freedom, not
@@ -543,7 +543,7 @@ If the program is interactive, make it output a short notice like this
 when it starts in an interactive mode:
 
 @smallexample
-Gnomovision version 69, Copyright (C) 19@var{yy} @var{name of author}
+Gnomovision version 69, Copyright (C) @var{yyyy} @var{name of author}
 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
 This is free software, and you are welcome to redistribute it
 under certain conditions; type `show c' for details.
@@ -570,7 +570,7 @@ Ty Coon, President of Vice
 This General Public License does not permit incorporating your program into
 proprietary programs.  If your program is a subroutine library, you may
 consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Library General
+library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.
 
 @node Getting Started, Tutorial, Copying, Top
@@ -11635,7 +11635,7 @@ would indeed have been negligible.
 To enter an error form during regular numeric entry, use the @kbd{p}
 (``plus-or-minus'') key to type the @samp{+/-} symbol.  (If you try actually
 typing @samp{+/-} the @kbd{+} key will be interpreted as the Calculator's
-@kbd{+} command!)  Within an algebraic formula, you can press @kbd{M-p} to
+@kbd{+} command!)  Within an algebraic formula, you can press @kbd{M-+} to
 type the @samp{+/-} symbol, or type it out by hand.
 
 Error forms and complex numbers can be mixed; the formulas shown above
@@ -31974,7 +31974,7 @@ decreases the precision.
 
 @smallexample
 ;;; Increase and decrease Calc precision.  Dave Gillespie, 5/31/91.
-;;; (Include copyright or copyleft stuff here.)
+;; (Include copyright or copyleft stuff here.)
 
 (defvar inc-prec-base-key "P"
   "Base key for inc-prec.el commands.")