yatex

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 diff
     1.1 --- a/yatexprc.el	Thu Jan 04 23:52:31 2018 +0900
     1.2 +++ b/yatexprc.el	Thu Jan 04 23:53:17 2018 +0900
     1.3 @@ -891,8 +891,8 @@
     1.4  
     1.5  (defun YaTeX-system (command name &optional noask basedir)
     1.6    "Execute some COMMAND with process name `NAME'.  Not a official function.
     1.7 -Optional second argument NOASK skip query when privious process running.
     1.8 -Optional third argument BASEDIR changes default-directory there."
     1.9 +Optional third argument NOASK skip query when privious process running.
    1.10 +Optional fourth argument BASEDIR changes default-directory there."
    1.11    (save-excursion
    1.12      (let ((df default-directory)
    1.13  	  (buffer (get-buffer-create (format " *%s*" name)))
    1.14 @@ -901,7 +901,7 @@
    1.15        (setq default-directory (cd (or basedir df)))
    1.16        (erase-buffer)
    1.17        (insert (format "Calling `%s'...\n" command)
    1.18 -	      "==Kill this buffer to STOP process==")
    1.19 +	      "==Kill this buffer to STOP process==\n")
    1.20        (YaTeX-showup-buffer buffer 'YaTeX-showup-buffer-bottom-most)
    1.21        (if (not (fboundp 'start-process))
    1.22  	  (call-process