branch: externals/auctex-cont-latexmk
commit 78a651c254d774168bea5e1f013c28f6da70630f
Author: Paul Nelson <ultr...@gmail.com>
Commit: Paul Nelson <ultr...@gmail.com>

    add missing docstring
---
 tex-continuous.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tex-continuous.el b/tex-continuous.el
index 9cf37c0d7e..95fe4b8225 100644
--- a/tex-continuous.el
+++ b/tex-continuous.el
@@ -99,6 +99,7 @@ file."
   (message "%s" (tex-continuous--get-help (help-at-pt-kbd-string))))
 
 (defun tex-continuous--buffer-file-name ()
+  "Return the file name of the current buffer, or its base buffer."
   (or buffer-file-name (buffer-file-name (buffer-base-buffer))))
 
 (defun tex-continuous-process-item (type file line message offset _context

Reply via email to