diff options
| author | Juanma Barranquero | 2005-06-21 13:39:59 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-21 13:39:59 +0000 |
| commit | d0f6a32f46d1cd035ce6cbaf5cf44fe1e4e964f1 (patch) | |
| tree | 2e3eca271ae73d2c3818af665b30016938c6a7b2 | |
| parent | c224c19a625bb52c7c74ab5efaea019437204e9d (diff) | |
| download | emacs-d0f6a32f46d1cd035ce6cbaf5cf44fe1e4e964f1.tar.gz emacs-d0f6a32f46d1cd035ce6cbaf5cf44fe1e4e964f1.zip | |
(ses-call-printer): Fix spellings.
| -rw-r--r-- | lisp/ses.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ses.el b/lisp/ses.el index 1107f21d510..09f7809752b 100644 --- a/lisp/ses.el +++ b/lisp/ses.el | |||
| @@ -878,7 +878,7 @@ preceding cell has spilled over." | |||
| 878 | lambda of one argument) on VALUE. Result is the the printed cell as a | 878 | lambda of one argument) on VALUE. Result is the the printed cell as a |
| 879 | string. The variable `ses-call-printer-return' is set to t if the printer | 879 | string. The variable `ses-call-printer-return' is set to t if the printer |
| 880 | used parenthesis to request left-justification, or the error-signal if the | 880 | used parenthesis to request left-justification, or the error-signal if the |
| 881 | printer signalled one (and \"%s\" is used as the default printer), else nil." | 881 | printer signaled one (and \"%s\" is used as the default printer), else nil." |
| 882 | (setq ses-call-printer-return nil) | 882 | (setq ses-call-printer-return nil) |
| 883 | (unless value | 883 | (unless value |
| 884 | (setq value "")) | 884 | (setq value "")) |