emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/calc.texi


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/man/calc.texi
Date: Fri, 25 Mar 2005 04:18:27 -0500

Index: emacs/man/calc.texi
diff -c emacs/man/calc.texi:1.51 emacs/man/calc.texi:1.52
*** emacs/man/calc.texi:1.51    Thu Mar 24 14:04:40 2005
--- emacs/man/calc.texi Fri Mar 25 09:18:26 2005
***************
*** 83,89 ****
  @copying
  This file documents Calc, the GNU Emacs calculator.
  
! Copyright (C) 1990, 1991, 2001, 2002 Free Software Foundation, Inc.
  
  @quotation
  Permission is granted to copy, distribute and/or modify this document
--- 83,89 ----
  @copying
  This file documents Calc, the GNU Emacs calculator.
  
! Copyright (C) 1990, 1991, 2001, 2002, 2005 Free Software Foundation, Inc.
  
  @quotation
  Permission is granted to copy, distribute and/or modify this document
***************
*** 111,124 ****
  @center GNU Emacs Calc Version 2.02g
  @c [volume]
  @sp 1
! @center January 2002
  @sp 5
  @center Dave Gillespie
  @center daveg@@synaptics.com
  @page
  
  @vskip 0pt plus 1filll
! Copyright @copyright{} 1990, 1991, 2001, 2002 Free Software Foundation, Inc.
  @insertcopying
  @end titlepage
  
--- 111,125 ----
  @center GNU Emacs Calc Version 2.02g
  @c [volume]
  @sp 1
! @center March 2005
  @sp 5
  @center Dave Gillespie
  @center daveg@@synaptics.com
  @page
  
  @vskip 0pt plus 1filll
! Copyright @copyright{} 1990, 1991, 2001, 2002, 2005
! Free Software Foundation, Inc.
  @insertcopying
  @end titlepage
  
***************
*** 16037,16043 ****
  performing the desired operation, and pushing the result back onto the
  stack.  If the operation cannot be performed, the result pushed is a
  formula instead of a number, such as @samp{2/0} (because division by zero
! is illegal) or @samp{sqrt(x)} (because the argument @samp{x} is a formula).
  
  Most of the commands described here can be invoked by a single keystroke.
  Some of the more obscure ones are two-letter sequences beginning with
--- 16038,16044 ----
  performing the desired operation, and pushing the result back onto the
  stack.  If the operation cannot be performed, the result pushed is a
  formula instead of a number, such as @samp{2/0} (because division by zero
! is invalid) or @samp{sqrt(x)} (because the argument @samp{x} is a formula).
  
  Most of the commands described here can be invoked by a single keystroke.
  Some of the more obscure ones are two-letter sequences beginning with
***************
*** 19527,19533 ****
  is a vector of objects to be packed (re-packed, really) according
  to that mode.  For example, @samp{pack([3, -4], [a,b,c,d,e,f])}
  yields @samp{[a +/- b, @w{c +/- d}, e +/- f]}.  The function is
! left in symbolic form if the packing mode is illegal, or if the
  number of data items does not match the number of items required
  by the mode.
  
--- 19528,19534 ----
  is a vector of objects to be packed (re-packed, really) according
  to that mode.  For example, @samp{pack([3, -4], [a,b,c,d,e,f])}
  yields @samp{[a +/- b, @w{c +/- d}, e +/- f]}.  The function is
! left in symbolic form if the packing mode is invalid, or if the
  number of data items does not match the number of items required
  by the mode.
  
***************
*** 25282,25288 ****
  after simplification as if by @kbd{a s}, evaluate to an integer.
  
  If the number of iterations according to the above formula does
! not come out to an integer, the sum is illegal and will be left
  in symbolic form.  However, closed forms are still supplied, and
  you are on your honor not to misuse the resulting formulas by
  substituting mismatched bounds into them.  For example,
--- 25283,25289 ----
  after simplification as if by @kbd{a s}, evaluate to an integer.
  
  If the number of iterations according to the above formula does
! not come out to an integer, the sum is invalid and will be left
  in symbolic form.  However, closed forms are still supplied, and
  you are on your honor not to misuse the resulting formulas by
  substituting mismatched bounds into them.  For example,
***************
*** 32821,32827 ****
  stack elements.  It can be given a third ``selection-mode'' argument
  which selects other behaviors.  If it is the symbol @code{t}, then
  a selection in any of the requested stack elements produces an
! ``illegal operation on selections'' error.  If it is the symbol @code{full},
  the whole stack entry is always returned regardless of selections.
  If it is the symbol @code{sel}, the selected portion is always returned,
  or @code{nil} if there is no selection.  (This mode ignores the @kbd{j e}
--- 32822,32828 ----
  stack elements.  It can be given a third ``selection-mode'' argument
  which selects other behaviors.  If it is the symbol @code{t}, then
  a selection in any of the requested stack elements produces an
! ``invalid operation on selections'' error.  If it is the symbol @code{full},
  the whole stack entry is always returned regardless of selections.
  If it is the symbol @code{sel}, the selected portion is always returned,
  or @code{nil} if there is no selection.  (This mode ignores the @kbd{j e}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]