diff options
Diffstat (limited to 'lisp/org/ox-latex.el')
-rw-r--r-- | lisp/org/ox-latex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox-latex.el b/lisp/org/ox-latex.el index d711530bf71..b029f828e4f 100644 --- a/lisp/org/ox-latex.el +++ b/lisp/org/ox-latex.el @@ -1236,7 +1236,7 @@ calling `org-latex-compile'." ;;; Internal Functions (defun org-latex--caption-above-p (element info) - "Non nil when caption is expected to be located above ELEMENT. + "Non-nil when caption is expected to be located above ELEMENT. INFO is a plist holding contextual information." (let ((above (plist-get info :latex-caption-above))) (if (symbolp above) above |