mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
(ses-call-printer-return): Doc fix (Nil -> nil).
This commit is contained in:
parent
a697536d3a
commit
61e1d1ca4f
@ -297,7 +297,7 @@ need to be recalculated.")
|
||||
(defvar ses-call-printer-return nil
|
||||
"Set to t if last cell printer invoked by `ses-call-printer' requested
|
||||
left-justification of the result. Set to error-signal if ses-call-printer
|
||||
encountered an error during printing. Nil otherwise.")
|
||||
encountered an error during printing. nil otherwise.")
|
||||
|
||||
(defvar ses-start-time nil
|
||||
"Time when current operation started. Used by `ses-time-check' to decide
|
||||
|
Loading…
Reference in New Issue
Block a user