# HG changeset patch # User Juanma Barranquero # Date 1170087484 0 # Node ID c8c69799e144369ebb8035403cb1a638b1e98771 # Parent befb5e26b9e76c65fb2f827a9bf99a808da6ffed (flymake-init-create-temp-source-and-master-buffer-copy): Fix typo in docstring. diff -r befb5e26b9e7 -r c8c69799e144 lisp/progmodes/flymake.el --- 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