diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-01-29 16:18:04 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-01-29 16:18:04 +0000 |
commit | 84bb5a0c652ab8108b35ea6e67981924742bd6bf (patch) | |
tree | ca53deddc0d5bfaca65b49e2c4eb6df73e455596 /lisp/progmodes/flymake.el | |
parent | 12f5c601bf2cca9acbf39ef5cd00fa481f237500 (diff) | |
download | emacs-84bb5a0c652ab8108b35ea6e67981924742bd6bf.tar.gz emacs-84bb5a0c652ab8108b35ea6e67981924742bd6bf.tar.bz2 emacs-84bb5a0c652ab8108b35ea6e67981924742bd6bf.zip |
(flymake-init-create-temp-source-and-master-buffer-copy): Fix typo in docstring.
Diffstat (limited to 'lisp/progmodes/flymake.el')
-rw-r--r-- | lisp/progmodes/flymake.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |