emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/doc-toc e52b2d8ee3 44/84: Improve some (add-to-document


From: ELPA Syncer
Subject: [elpa] externals/doc-toc e52b2d8ee3 44/84: Improve some (add-to-document) docstrings
Date: Mon, 26 Sep 2022 13:58:37 -0400 (EDT)

branch: externals/doc-toc
commit e52b2d8ee3d70e96bce3b54d20d713a4ea370452
Author: Daniel Nicolai <dalanicolai@gmail.com>
Commit: Daniel Nicolai <dalanicolai@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]