doc: Update use of old "PACKAGE-VERSION" syntax.
* doc/guix.texi (Invoking guix edit): Use the @ syntax for versions.master
parent
0ea4079f34
commit
7b9a66e519
|
@ -4365,12 +4365,12 @@ facilitates the life of packagers by pointing their editor at the source
|
||||||
file containing the definition of the specified packages. For instance:
|
file containing the definition of the specified packages. For instance:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
guix edit gcc-4.8 vim
|
guix edit gcc@@4.9 vim
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
launches the program specified in the @code{VISUAL} or in the
|
launches the program specified in the @code{VISUAL} or in the
|
||||||
@code{EDITOR} environment variable to edit the recipe of GCC@tie{}4.8.4
|
@code{EDITOR} environment variable to edit the recipe of GCC@tie{}4.9.3
|
||||||
and that of Vim.
|
and that of Vim.
|
||||||
|
|
||||||
If you are using Emacs, note that the Emacs user interface provides the
|
If you are using Emacs, note that the Emacs user interface provides the
|
||||||
|
|
Reference in New Issue