]> code.delx.au - gnu-emacs/blobdiff - man/calc.texi
(Editing Abbrevs): Mention system abbrevs.
[gnu-emacs] / man / calc.texi
index 5eab5322fca870b1061db544a7692927fcc85f37..6f3082fb776aaa86ae1503c2dff41d0eb0409fb3 100644 (file)
@@ -83,8 +83,8 @@
 @copying
 This file documents Calc, the GNU Emacs calculator.
 
-Copyright (C) 1990, 1991, 2001, 2002, 2003, 2004,
-   2005 Free Software Foundation, Inc.
+Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004,
+2005, 2006 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -102,7 +102,7 @@ Software Foundation raise funds for GNU development.''
 
 @dircategory Emacs
 @direntry
-* Calc: (calc).        Advanced desk calculator and mathematical tool.
+* Calc: (calc).         Advanced desk calculator and mathematical tool.
 @end direntry
 
 @titlepage
@@ -120,7 +120,7 @@ Software Foundation raise funds for GNU development.''
 
 @vskip 0pt plus 1filll
 Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004,
-   2005 Free Software Foundation, Inc.
+   2005, 2006 Free Software Foundation, Inc.
 @insertcopying
 @end titlepage
 
@@ -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.")