Fix ein:cell-max-num-outputs docstring

This commit is contained in:
Takafumi Arakaki 2012-07-17 19:13:32 +02:00
parent 23ae823225
commit 460ae08575

View file

@ -89,7 +89,7 @@ using the command `ein:notebook-view-traceback'."
(defcustom ein:cell-max-num-outputs 5
"Number of maximum outputs to be shown by default.
To view full output, use `ein:shared-output-show-code-cell'."
To view full output, use `ein:notebook-show-in-shared-output'."
:type '(choice (integer :tag "Number of outputs to show" 5)
(const :tag "Show all traceback" nil))
:group 'ein)