[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compilation-find-file doc string: args not described
From: |
Eli Zaretskii |
Subject: |
Re: compilation-find-file doc string: args not described |
Date: |
Sat, 09 Feb 2008 16:34:26 +0200 |
> From: "Drew Adams" <drew.adams@oracle.com>
> Date: Fri, 8 Feb 2008 13:46:07 -0800
>
> C-h f compilation-find-file:
>
> (compilation-find-file MARKER FILENAME DIRECTORY &rest FORMATS)
>
> Find a buffer for file FILENAME.
> Search the directories in `compilation-search-path'.
> A nil in `compilation-search-path' means to try the
> "current" directory, which is passed in DIRECTORY.
> If DIRECTORY. is relative, it is combined with `default-directory'.
> If DIRECTORY. is nil, that means use `default-directory'.
> If FILENAME is not found at all, ask the user where to find it.
> Pop up the buffer containing MARKER and scroll to MARKER if we ask
> the user.
>
> MARKER is not really described.
>
> The args are not described in calling-sequence order.
Thanks, I fixed this.