emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/ses.texi
Date: Mon, 29 Aug 2005 18:58:34 -0400

Index: emacs/man/ses.texi
diff -c emacs/man/ses.texi:1.13 emacs/man/ses.texi:1.14
*** emacs/man/ses.texi:1.13     Wed Aug 10 15:14:39 2005
--- emacs/man/ses.texi  Mon Aug 29 22:58:34 2005
***************
*** 3,8 ****
--- 3,11 ----
  @setfilename ../info/ses
  @settitle SES: Simple Emacs Spreadsheet
  @setchapternewpage off
+ @syncodeindex fn cp
+ @syncodeindex vr cp
+ @syncodeindex ky cp
  @c %**end of header
  
  @copying
***************
*** 534,540 ****
  @end lisp
  and the new row is not included in the sum.
  
! The macro @code{(ses-range @var{from} @var{to})} evalutes to a list of
  the values in a rectangle of cells.  If your formula is
  @lisp
  (apply '+ (ses-range A1 A3))
--- 537,543 ----
  @end lisp
  and the new row is not included in the sum.
  
! The macro @code{(ses-range @var{from} @var{to})} evaluates to a list of
  the values in a rectangle of cells.  If your formula is
  @lisp
  (apply '+ (ses-range A1 A3))
***************
*** 655,661 ****
  @table @kbd
  @item C-c C-t
  Confine a cell to its own column (@code{ses-truncate-cell}).  This
! alows you to move point to a rightward cell that would otherwise be
  covered by a spill-over.  If you don't change the rightward cell, the
  confined cell will spill over again the next time it is reprinted.
  
--- 658,664 ----
  @table @kbd
  @item C-c C-t
  Confine a cell to its own column (@code{ses-truncate-cell}).  This
! allows you to move point to a rightward cell that would otherwise be
  covered by a spill-over.  If you don't change the rightward cell, the
  confined cell will spill over again the next time it is reprinted.
  
***************
*** 704,710 ****
  
  Formulas or printers that you type in are checked immediately for
  safety.  If found to be possibly unsafe and you press N to disapprove,
! the action is cancelled and the old formula or printer will remain.
  
  Besides viruses (which try to copy themselves to other files),
  @code{unsafep} can also detect all other kinds of Trojan horses, such as
--- 707,713 ----
  
  Formulas or printers that you type in are checked immediately for
  safety.  If found to be possibly unsafe and you press N to disapprove,
! the action is canceled and the old formula or printer will remain.
  
  Besides viruses (which try to copy themselves to other files),
  @code{unsafep} can also detect all other kinds of Trojan horses, such as
***************
*** 919,936 ****
  
  @c ===================================================================
  @node Index, Acknowledgements, For Gurus, Top
! @unnumbered Concept Index
  
  @printindex cp
- 
- @heading Function Index
- 
- @printindex fn
- 
- @heading Variable Index
- 
- @printindex vr
- 
  
  @c ===================================================================
  
--- 922,930 ----
  
  @c ===================================================================
  @node Index, Acknowledgements, For Gurus, Top
! @unnumbered Index
  
  @printindex cp
  
  @c ===================================================================
  




reply via email to

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