mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-21 19:34:58 +00:00
ox-ascii: Fix docstring
* lisp/ox-ascii.el (org-ascii--list-tables): Fix docstring.
This commit is contained in:
parent
7440f1a019
commit
eb51080c54
@ -703,9 +703,9 @@ generation. INFO is a plist used as a communication channel."
|
||||
(org-export-collect-listings info) "\n")))))
|
||||
|
||||
(defun org-ascii--list-tables (keyword info)
|
||||
"Return a list of listings.
|
||||
"Return a list of tables.
|
||||
|
||||
KEYWORD is the keyword that initiated the list of listings
|
||||
KEYWORD is the keyword that initiated the list of tables
|
||||
generation. INFO is a plist used as a communication channel."
|
||||
(let ((title (org-ascii--translate "List of Tables" info)))
|
||||
(concat
|
||||
|
Loading…
Reference in New Issue
Block a user