diff options
| author | Richard M. Stallman | 2005-07-03 16:40:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-07-03 16:40:12 +0000 |
| commit | 99f71598ea9e68f36306c49e1de1f2213846aaf1 (patch) | |
| tree | 109c05157c0997ae7c4071cf0cf41f4c66792759 | |
| parent | dd25d0222f956232fb9cd0e49e644a85ff0b7709 (diff) | |
| download | emacs-99f71598ea9e68f36306c49e1de1f2213846aaf1.tar.gz emacs-99f71598ea9e68f36306c49e1de1f2213846aaf1.zip | |
(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}: | |||
| 422 | (defun flymake-perl-init (buffer) | 422 | (defun flymake-perl-init (buffer) |
| 423 | (let* ((temp-file (flymake-init-create-temp-buffer-copy | 423 | (let* ((temp-file (flymake-init-create-temp-buffer-copy |
| 424 | buffer 'flymake-create-temp-inplace)) | 424 | buffer 'flymake-create-temp-inplace)) |
| 425 | (local-file (concat (flymake-build-relative-path | 425 | (local-file (concat (flymake-build-relative-filename |
| 426 | (file-name-directory | 426 | (file-name-directory |
| 427 | (buffer-file-name | 427 | (buffer-file-name |
| 428 | (current-buffer))) | 428 | (current-buffer))) |