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

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

[elpa] externals/doc-toc a259f4cc65 77/84: Correct docstring position


From: ELPA Syncer
Subject: [elpa] externals/doc-toc a259f4cc65 77/84: Correct docstring position
Date: Mon, 26 Sep 2022 13:58:40 -0400 (EDT)

branch: externals/doc-toc
commit a259f4cc65e16f61b80295204abc53f0957a1d1d
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Shohei YOSHIDA <syohex@gmail.com>

    Correct docstring position
---
 toc-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toc-mode.el b/toc-mode.el
index 6e05b88165..e8b43e61ac 100644
--- a/toc-mode.el
+++ b/toc-mode.el
@@ -359,9 +359,9 @@ rename this new file."
     (forward-line 1)))
 
 (defun toc--cleanup-dots-ocr ()
-  (interactive)
   "Remove dots between heading its title and page number.
 Like `toc--cleanup-dots' but more suited for use after OCR"
+  (interactive)
   (goto-char (point-min))
   (while (re-search-forward "\\([0-9\\. \\-]*\\)\\( [0-9]* *\\)$" nil t)
     (replace-match " \\2")))



reply via email to

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