aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2006-11-10 09:09:37 +0000
committerGlenn Morris2006-11-10 09:09:37 +0000
commit61e1d1ca4f04460699287e66a57e722328a641be (patch)
treeb6f15fcba4a3786e28f98ca659c3dfbcadf96d0e
parenta697536d3aeda96e34a90d47736b4ae9085defa6 (diff)
downloademacs-61e1d1ca4f04460699287e66a57e722328a641be.tar.gz
emacs-61e1d1ca4f04460699287e66a57e722328a641be.zip
(ses-call-printer-return): Doc fix (Nil -> nil).
-rw-r--r--lisp/ses.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ses.el b/lisp/ses.el
index 85f6f8db378..1cc1e354ff8 100644
--- a/lisp/ses.el
+++ b/lisp/ses.el
@@ -297,7 +297,7 @@ need to be recalculated.")
297(defvar ses-call-printer-return nil 297(defvar ses-call-printer-return nil
298 "Set to t if last cell printer invoked by `ses-call-printer' requested 298 "Set to t if last cell printer invoked by `ses-call-printer' requested
299left-justification of the result. Set to error-signal if ses-call-printer 299left-justification of the result. Set to error-signal if ses-call-printer
300encountered an error during printing. Nil otherwise.") 300encountered an error during printing. nil otherwise.")
301 301
302(defvar ses-start-time nil 302(defvar ses-start-time nil
303 "Time when current operation started. Used by `ses-time-check' to decide 303 "Time when current operation started. Used by `ses-time-check' to decide