diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-18T12·22+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-18T12·22+0000 |
commit | 2cd590d96c7bfa6843384073102099b545097c93 (patch) | |
tree | 1e25900879965b65a85723b900ef106ab5fc859b /doc/manual/writing-nix-expressions.xml | |
parent | 692204e0c5565d14fce0a62527bf2b0b91f82753 (diff) |
* Instead of — use the actual Unicode character. By the way, to
edit the manual, you should have something like (modify-coding-system-alist 'file "\\.xml\\>" 'utf-8) in your ~/.emacs.
Diffstat (limited to 'doc/manual/writing-nix-expressions.xml')
-rw-r--r-- | doc/manual/writing-nix-expressions.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/writing-nix-expressions.xml b/doc/manual/writing-nix-expressions.xml index c4ea5d1f39ef..eb366c249c32 100644 --- a/doc/manual/writing-nix-expressions.xml +++ b/doc/manual/writing-nix-expressions.xml @@ -2,7 +2,7 @@ <sect1><title>A simple Nix expression</title> -<para>This section shows how to write simple Nix expressions—the +<para>This section shows how to write simple Nix expressions — the things that describe how to build a package.</para> <example id='ex-hello-nix'><title>Nix expression for GNU Hello</title> @@ -139,8 +139,8 @@ must not be null and it must have been built using the same instance of the <varname>expat</varname> library as was passed to the Subversion expression. This is since the Subversion code is dynamically linked against the Apache code and they both use Expat, -they must be linked against the same instance—otherwise a -conflict might occur.</para> +they must be linked against the same instance — otherwise a conflict +might occur.</para> </sect1> |