diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-06 23:11:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-06 23:16:02 +0200 |
commit | 7b9a66e51937bf627541a437f46949f69d2f5872 (patch) | |
tree | e1e18e73313d54deb9d6b4cf0cd70c75a2f719c6 | |
parent | 0ea4079f345a3b1583ba5d55f83f1f947b9a12fd (diff) | |
download | patches-7b9a66e51937bf627541a437f46949f69d2f5872.tar patches-7b9a66e51937bf627541a437f46949f69d2f5872.tar.gz |
doc: Update use of old "PACKAGE-VERSION" syntax.
* doc/guix.texi (Invoking guix edit): Use the @ syntax for versions.
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a34d547f7c..aeeec617e0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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: @example -guix edit gcc-4.8 vim +guix edit gcc@@4.9 vim @end example @noindent 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. If you are using Emacs, note that the Emacs user interface provides the |