Mercurial > emacs
changeset 81162:bbec0d955b0e
(ses-call-printer): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 06 Jun 2007 15:04:33 +0000 |
parents | 4d759191bd77 |
children | fb5153e4322c |
files | lisp/ses.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ses.el Wed Jun 06 15:03:25 2007 +0000 +++ b/lisp/ses.el Wed Jun 06 15:04:33 2007 +0000 @@ -878,9 +878,9 @@ (defun ses-call-printer (printer &optional value) "Invokes PRINTER (a string or parenthesized string or function-symbol or -lambda of one argument) on VALUE. Result is the the printed cell as a -string. The variable `ses-call-printer-return' is set to t if the printer -used parenthesis to request left-justification, or the error-signal if the +lambda of one argument) on VALUE. Result is the printed cell as a string. +The variable `ses-call-printer-return' is set to t if the printer used +parenthesis to request left-justification, or the error-signal if the printer signaled one (and \"%s\" is used as the default printer), else nil." (setq ses-call-printer-return nil) (unless value