summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-07-03 16:40:12 +0000
committerRichard M. Stallman <rms@gnu.org>2005-07-03 16:40:12 +0000
commit99f71598ea9e68f36306c49e1de1f2213846aaf1 (patch)
tree109c05157c0997ae7c4071cf0cf41f4c66792759
parentdd25d0222f956232fb9cd0e49e644a85ff0b7709 (diff)
downloademacs-99f71598ea9e68f36306c49e1de1f2213846aaf1.tar.gz
(Example -- Configuring a tool called directly):
Update name of flymake-build-relative-filename.
-rw-r--r--man/flymake.texi2
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)))