Ludovic Courtès (2016-04-05 23:46 +0300) wrote:
> Alex Kost <[email protected]> skribis:
>
>> * doc/emacs.texi (Emacs Commands): Move description of 'guix-edit'
>> command to...
>> (Emacs Locations): ... here. Document 'guix-find-location'. New
>> section.
>> * doc/guix.texi (Top): Add it.
>
> [...]
>
>> +@node Emacs Locations
>> +@section Locations
>
> “Source Locations” or “Package Source Locations” or “Source of Package
> Definitions”?
I prefer "Package Source Locations".
>> +As you know, package definitions are placed in Guile files, also known
>> +as @dfn{package locations}. The following commands should help you not
>> +getting lost in these locations:
>
> s/getting/get/
OK.
>> +@table @kbd
>> +
>> +@item M-x guix-find-location
>> +Find package location file (press @key{TAB} to choose a location from a
>> +completion list).
>
> Maybe “Open the given package definition source file“? (I’ve always
> found the use of the word ‘find’ in Emacs to be somewhat confusing, but
> maybe it’s just me.)
OK. I also didn't like how Emacs uses "find", but I just got used to it.
>> +If you are contributing to Guix, you may find it useful for @kbd{M-x
>> +guix-find-location} and @kbd{M-x guix-edit} to open locations from your
>> +git directory. This can be done by setting @code{guix-directory}
>
> s/git directory/Git checkout/
Fixed, thanks!
--
Alex