branch: externals/doc-toc commit e52b2d8ee3d70e96bce3b54d20d713a4ea370452 Author: Daniel Nicolai <dalanico...@gmail.com> Commit: Daniel Nicolai <dalanico...@gmail.com>
Improve some (add-to-document) docstrings --- toc-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index bce6b106a6..5b5fc5d84f 100644 --- a/toc-mode.el +++ b/toc-mode.el @@ -639,7 +639,7 @@ to `pdfoutline' shell command." ;;;; add outline to document (defun toc--add-to-pdf () - "Combine with add-toc-to-djvu in add-toc-to-document when ready." + "Use buffer contents as source for adding TOC to PDF using the shell program `pdfoutline'." (interactive) (save-buffer) (call-process "pdfoutline" nil "*pdfoutline*" nil @@ -650,7 +650,7 @@ to `pdfoutline' shell command." toc-destination-file-name))) (defun toc--add-to-djvu () - "Combine with add-toc-to-djvu in add-toc-to-document when ready." + "Use buffer contents as source for adding TOC to DJVU using the shell program `djvused'." (interactive) (write-file (buffer-name (current-buffer))) (print (format