]> git.eshelyaron.com Git - emacs.git/commitdiff
(flymake-init-create-temp-source-and-master-buffer-copy): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Jan 2007 16:18:04 +0000 (16:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Jan 2007 16:18:04 +0000 (16:18 +0000)
lisp/progmodes/flymake.el

index 80015795cd9676038e6ce114695f16fd94d01ec5..8d126c8a413b2ef5606d30b79c17102deb1aa38b 100644 (file)
@@ -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