mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Fix ein:cell-max-num-outputs docstring
This commit is contained in:
parent
23ae823225
commit
460ae08575
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue