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”?
> +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/
> +@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.)
> +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/
Thanks,
Ludo’.