mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-06 07:51:39 -05:00
Reduce doc string to less than 80 characters long
This commit is contained in:
parent
b678e47666
commit
900bb9dcc2
1 changed files with 2 additions and 1 deletions
|
@ -1541,7 +1541,8 @@ RESULT is the new result, as an org element, to be inserted.")
|
|||
(insert "\n")))
|
||||
|
||||
(cl-defmethod jupyter-org--insert-result :after (_req _context result)
|
||||
"Toggle display of LaTeX fragment results depending on `jupyter-org-toggle-latex'."
|
||||
"Toggle display of LaTeX fragment results.
|
||||
See `jupyter-org-toggle-latex'."
|
||||
(when (and jupyter-org-toggle-latex
|
||||
(memq (org-element-type result)
|
||||
'(latex-fragment latex-environment)))
|
||||
|
|
Loading…
Add table
Reference in a new issue