# HG changeset patch # User Juanma Barranquero # Date 1181167054 0 # Node ID 50f4b7448cfa12c9c7d8b2f73e36e7633f289cbe # Parent 491c39d86dc0cdcfae3bfcc00e85ea9e1e9e4667 (ses-call-printer): Fix typo in docstring. diff -r 491c39d86dc0 -r 50f4b7448cfa lisp/ses.el --- a/lisp/ses.el Wed Jun 06 21:56:18 2007 +0000 +++ b/lisp/ses.el Wed Jun 06 21:57:34 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