>From address@hidden Fri Apr 15 15:50:28 2016 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH] Fix small errors in doc string and comment X-Mercurial-Node: 9cb83c6759dc0c161cbdb852ba8959f3ad666d02 X-Mercurial-Series-Index: 1 X-Mercurial-Series-Total: 1 Message-Id: X-Mercurial-Series-Id: User-Agent: Mercurial-patchbomb/3.7.3 Date: Fri, 15 Apr 2016 15:50:28 +0900 From: Ikumi Keita To: dummy * tex.el (TeX-auto-add-type): Change the word `function' to `macro' and add an `s' to the verb `create'. * tex-buf.el (TeX-run-format): Correct a typo `debuger' to `debugger'. diff --git a/tex-buf.el b/tex-buf.el --- a/tex-buf.el +++ b/tex-buf.el @@ -1023,7 +1023,7 @@ (TeX-run-set-command name command) (let ((buffer (TeX-process-buffer-name file)) (process (TeX-run-command name command file))) - ;; Hook to TeX debuger. + ;; Hook to TeX debugger. (with-current-buffer buffer (TeX-parse-reset) (setq TeX-parse-function #'TeX-parse-TeX) diff --git a/tex.el b/tex.el --- a/tex.el +++ b/tex.el @@ -3755,7 +3755,7 @@ Optional third argument PLURAL is the plural form of TYPE. By default just add an `s'. -This function create a set of variables and functions to maintain a +This macro creates a set of variables and functions to maintain a separate type of information in the parser." (let* ((names (or plural (concat name "s"))) (tmp (intern (concat prefix "-auto-" name)))