From 84bb5a0c652ab8108b35ea6e67981924742bd6bf Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 29 Jan 2007 16:18:04 +0000 Subject: [PATCH] (flymake-init-create-temp-source-and-master-buffer-copy): Fix typo in docstring. --- lisp/progmodes/flymake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 80015795cd9..8d126c8a413 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -1626,7 +1626,7 @@ Return full-name. Names are real, not patched." 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 -- 2.39.2