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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/ses.texi [lexbind]
Date: Tue, 06 Jul 2004 06:59:37 -0400

Index: emacs/man/ses.texi
diff -c emacs/man/ses.texi:1.3.4.6 emacs/man/ses.texi:1.3.4.7
*** emacs/man/ses.texi:1.3.4.6  Tue May 11 02:21:12 2004
--- emacs/man/ses.texi  Tue Jul  6 10:23:39 2004
***************
*** 251,258 ****
  (right-aligned) or list of one string (left-aligned).  While typing in
  a lambda, you can use @kbd{M-TAB} to complete the names of symbols.
  
! Each cell has a printer.  If nil, the column-printer for the cell's
! column is used.  If that is also nil, the default-printer for the
  spreadsheet is used.
  
  @table @kbd
--- 251,258 ----
  (right-aligned) or list of one string (left-aligned).  While typing in
  a lambda, you can use @kbd{M-TAB} to complete the names of symbols.
  
! Each cell has a printer.  If @code{nil}, the column-printer for the cell's
! column is used.  If that is also @code{nil}, the default-printer for the
  spreadsheet is used.
  
  @table @kbd
***************
*** 273,279 ****
  
  The standard printers are suitable only for cells, not columns or
  default, because they format the value using the column-printer (or
! default-printer if nil) and then center the result:
  
  @table @code
  @item ses-center
--- 273,279 ----
  
  The standard printers are suitable only for cells, not columns or
  default, because they format the value using the column-printer (or
! default-printer if @code{nil}) and then center the result:
  
  @table @code
  @item ses-center
***************
*** 296,302 ****
  @node Clearing cells, Copy/cut/paste, Printer functions, The Basics
  @section Clearing cells
  
! These commands set both formula and printer to nil:
  
  @table @kbd
  @item DEL
--- 296,302 ----
  @node Clearing cells, Copy/cut/paste, Printer functions, The Basics
  @section Clearing cells
  
! These commands set both formula and printer to @code{nil}:
  
  @table @kbd
  @item DEL
***************
*** 331,337 ****
  @item C-w
  @itemx [cut]
  @itemx [S-delete]
! The cut functions do not actually delete rows or columns - they copy
  and then clear (@code{ses-kill-override}).
  
  @item C-y
--- 331,337 ----
  @item C-w
  @itemx [cut]
  @itemx [S-delete]
! The cut functions do not actually delete rows or columns---they copy
  and then clear (@code{ses-kill-override}).
  
  @item C-y
***************
*** 537,543 ****
  
  @table @code
  @item (ses-delete-blanks &rest @var{args})
! Returns a list from which all blank cells (value is either nil or
  '*skip*) have been deleted.
  
  @item (ses+ &rest @var{args})
--- 537,543 ----
  
  @table @code
  @item (ses-delete-blanks &rest @var{args})
! Returns a list from which all blank cells (value is either @code{nil} or
  '*skip*) have been deleted.
  
  @item (ses+ &rest @var{args})
***************
*** 561,570 ****
  @end itemize
  
  If the result from the printer function is too wide for the cell and
! the following cell is nil, the result will spill over into the
  following cell.  Very wide results can spill over several cells.  If
  the result is too wide for the available space (up to the end of the
! row or the next non-nil cell), the result is truncated if the cell's
  value is a string, or replaced with hash marks otherwise.
  
  SES could get confused by printer results that contain newlines or
--- 561,570 ----
  @end itemize
  
  If the result from the printer function is too wide for the cell and
! the following cell is @code{nil}, the result will spill over into the
  following cell.  Very wide results can spill over several cells.  If
  the result is too wide for the available space (up to the end of the
! row or the next address@hidden cell), the result is truncated if the cell's
  value is a string, or replaced with hash marks otherwise.
  
  SES could get confused by printer results that contain newlines or




reply via email to

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