aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-06 21:57:34 +0000
committerJuanma Barranquero2007-06-06 21:57:34 +0000
commit5e29464c2b5685e3ad087d17928ab9e1f4fe67ee (patch)
tree8f818a74e490cb502abcb05d43048e4187bceae0
parent1941dba29db41ed2f1782414f4f0e1f06551712c (diff)
downloademacs-5e29464c2b5685e3ad087d17928ab9e1f4fe67ee.tar.gz
emacs-5e29464c2b5685e3ad087d17928ab9e1f4fe67ee.zip
(ses-call-printer): Fix typo in docstring.
-rw-r--r--lisp/ses.el6
1 files changed, 3 insertions, 3 deletions
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."
878 878
879(defun ses-call-printer (printer &optional value) 879(defun ses-call-printer (printer &optional value)
880 "Invokes PRINTER (a string or parenthesized string or function-symbol or 880 "Invokes PRINTER (a string or parenthesized string or function-symbol or
881lambda of one argument) on VALUE. Result is the the printed cell as a 881lambda of one argument) on VALUE. Result is the printed cell as a string.
882string. The variable `ses-call-printer-return' is set to t if the printer 882The variable `ses-call-printer-return' is set to t if the printer used
883used parenthesis to request left-justification, or the error-signal if the 883parenthesis to request left-justification, or the error-signal if the
884printer signaled one (and \"%s\" is used as the default printer), else nil." 884printer signaled one (and \"%s\" is used as the default printer), else nil."
885 (setq ses-call-printer-return nil) 885 (setq ses-call-printer-return nil)
886 (unless value 886 (unless value