From: Juanma Barranquero Date: Wed, 6 Jun 2007 21:57:34 +0000 (+0000) Subject: (ses-call-printer): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.1.90~1407 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e29464c2b5685e3ad087d17928ab9e1f4fe67ee;p=emacs.git (ses-call-printer): Fix typo in docstring. --- diff --git a/lisp/ses.el b/lisp/ses.el index 2eec1b68e47..4f51c803de1 100644 --- a/lisp/ses.el +++ b/lisp/ses.el @@ -878,9 +878,9 @@ preceding cell has spilled over." (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