changeset 514:8e0822416fc6 dev

DOC string fix and trivial fix.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 04 Jan 2018 23:53:17 +0900
parents ebed0ead1eab
children b6853d450b0a
files yatexprc.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/yatexprc.el	Thu Jan 04 23:52:31 2018 +0900
+++ b/yatexprc.el	Thu Jan 04 23:53:17 2018 +0900
@@ -891,8 +891,8 @@
 
 (defun YaTeX-system (command name &optional noask basedir)
   "Execute some COMMAND with process name `NAME'.  Not a official function.
-Optional second argument NOASK skip query when privious process running.
-Optional third argument BASEDIR changes default-directory there."
+Optional third argument NOASK skip query when privious process running.
+Optional fourth argument BASEDIR changes default-directory there."
   (save-excursion
     (let ((df default-directory)
 	  (buffer (get-buffer-create (format " *%s*" name)))
@@ -901,7 +901,7 @@
       (setq default-directory (cd (or basedir df)))
       (erase-buffer)
       (insert (format "Calling `%s'...\n" command)
-	      "==Kill this buffer to STOP process==")
+	      "==Kill this buffer to STOP process==\n")
       (YaTeX-showup-buffer buffer 'YaTeX-showup-buffer-bottom-most)
       (if (not (fboundp 'start-process))
 	  (call-process

yatex.org