Mercurial > emacs
changeset 75517:c8c69799e144
(flymake-init-create-temp-source-and-master-buffer-copy): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 29 Jan 2007 16:18:04 +0000 |
parents | befb5e26b9e7 |
children | 0d70c66d2c2e |
files | lisp/progmodes/flymake.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/flymake.el Mon Jan 29 16:17:05 2007 +0000 +++ b/lisp/progmodes/flymake.el Mon Jan 29 16:18:04 2007 +0000 @@ -1626,7 +1626,7 @@ buildfile-name source-file-name))))) (defun flymake-init-create-temp-source-and-master-buffer-copy (get-incl-dirs-f create-temp-f master-file-masks include-regexp) - "Find master file (or buffer), create it's copy along with a copy of the source file." + "Find master file (or buffer), create its copy along with a copy of the source file." (let* ((source-file-name buffer-file-name) (temp-source-file-name (flymake-init-create-temp-buffer-copy create-temp-f)) (master-and-temp-master (flymake-create-master-file