diff options
| author | Juanma Barranquero | 2007-06-06 15:04:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-06 15:04:33 +0000 |
| commit | e0a4a6db9cf1c1e99df19a0ba8a76f31d61911cd (patch) | |
| tree | c680be9b5aef4e29096ef028e698d7b2478ec669 | |
| parent | 363f5ac0178dc44a171b131dd5e5a369784d4665 (diff) | |
| download | emacs-e0a4a6db9cf1c1e99df19a0ba8a76f31d61911cd.tar.gz emacs-e0a4a6db9cf1c1e99df19a0ba8a76f31d61911cd.zip | |
(ses-call-printer): Fix typo.
| -rw-r--r-- | lisp/ses.el | 6 |
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 |
| 881 | lambda of one argument) on VALUE. Result is the the printed cell as a | 881 | lambda of one argument) on VALUE. Result is the printed cell as a string. |
| 882 | string. The variable `ses-call-printer-return' is set to t if the printer | 882 | The variable `ses-call-printer-return' is set to t if the printer used |
| 883 | used parenthesis to request left-justification, or the error-signal if the | 883 | parenthesis to request left-justification, or the error-signal if the |
| 884 | printer signaled one (and \"%s\" is used as the default printer), else nil." | 884 | printer 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 |