diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-07-03 16:40:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-07-03 16:40:12 +0000 |
commit | 99f71598ea9e68f36306c49e1de1f2213846aaf1 (patch) | |
tree | 109c05157c0997ae7c4071cf0cf41f4c66792759 | |
parent | dd25d0222f956232fb9cd0e49e644a85ff0b7709 (diff) | |
download | emacs-99f71598ea9e68f36306c49e1de1f2213846aaf1.tar.gz |
(Example -- Configuring a tool called directly):
Update name of flymake-build-relative-filename.
-rw-r--r-- | man/flymake.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/flymake.texi b/man/flymake.texi index bf224b28fde..7a9ca11f4d5 100644 --- a/man/flymake.texi +++ b/man/flymake.texi @@ -422,7 +422,7 @@ First, we write the @code{init-function}: (defun flymake-perl-init (buffer) (let* ((temp-file (flymake-init-create-temp-buffer-copy buffer 'flymake-create-temp-inplace)) - (local-file (concat (flymake-build-relative-path + (local-file (concat (flymake-build-relative-filename (file-name-directory (buffer-file-name (current-buffer))) |