]> git.eshelyaron.com Git - emacs.git/commit
Fix ses-delete-blanks to delete only blanks + documentation.
authorVincent Belaïche <vincentb1@users.sourceforge.net>
Fri, 29 Jul 2016 11:44:14 +0000 (13:44 +0200)
committerVincent Belaïche <vincentb1@users.sourceforge.net>
Fri, 29 Jul 2016 11:44:14 +0000 (13:44 +0200)
commit3c97b0f7589e06aeb1ab0147f0ee32974c32926d
tree12432507950aa2da886fb33514d1b62735a4af96
parent272391f1d63eae0c1002d62fa5e5b1d63a0da767
Fix ses-delete-blanks to delete only blanks + documentation.

* doc/misc/ses.texi (Quick Tutorial): Mention the '!'
'ses-range' modifier as an alternative to 'ses+'.
(Advanced Features): Add a refernce to node 'Nonrelocatable
references' concerning function 'ses-rename-cell'.
(Standard formula functions): Mention the '!' 'ses-range'
modifier as an alternative to 'ses-delete-blanks'.
(More on cell printing): Fix fallback printer
definition.  Minor editorial formatting changes.
(Nonrelocatable references): Document the use of
'ses-rename-cell' as a better way to make cell reference
non-relocatable.
(The data area): Document the presence of local printer
definitions in the data area.

* lisp/ses.el (ses-delete-blanks): Do not remove
*error*.  Any error in an argument should propagate into the
using formula rather than being silently hidden !
doc/misc/ses.texi
lisp/ses.el