mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
news: Fix en dash usage.
The en dash is used to separate pairs of words or numbers. The em dash is the one used to separate sentences. In addition, in English text we are using the convention of not separating the dash with spaces. * etc/news.scm: Change the en dash to em in entry about Emacs native compilation. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
This commit is contained in:
parent
032068a96c
commit
23b50ddbdb
1 changed files with 4 additions and 4 deletions
|
@ -37,8 +37,8 @@
|
||||||
@code{user-emacs-directory}.
|
@code{user-emacs-directory}.
|
||||||
|
|
||||||
Furthermore, the build system for Emacs packages transparently supports native
|
Furthermore, the build system for Emacs packages transparently supports native
|
||||||
compilation, but note, that @code{emacs-minimal} -- the default Emacs for
|
compilation, but note, that @code{emacs-minimal}---the default Emacs for
|
||||||
building packages -- has been configured without native compilation.
|
building packages---has been configured without native compilation.
|
||||||
To natively compile your emacs packages ahead of time, use a transformation
|
To natively compile your emacs packages ahead of time, use a transformation
|
||||||
like @option{--with-input=emacs-minimal=emacs}.")
|
like @option{--with-input=emacs-minimal=emacs}.")
|
||||||
(de "Emacs kann nun native Maschinenbefehle erzeugen. Standardgemäß
|
(de "Emacs kann nun native Maschinenbefehle erzeugen. Standardgemäß
|
||||||
|
@ -47,8 +47,8 @@
|
||||||
@code{user-emacs-directory}.
|
@code{user-emacs-directory}.
|
||||||
|
|
||||||
Darüber hinaus unterstützt das Erzeugungssystem für Emacs-Pakete die Erzeugung
|
Darüber hinaus unterstützt das Erzeugungssystem für Emacs-Pakete die Erzeugung
|
||||||
nativer Maschinenbefehle. Beachten Sie jedoch, dass @code{emacs-minimal} --
|
nativer Maschinenbefehle. Beachten Sie jedoch, dass @code{emacs-minimal} ---
|
||||||
die Emacs-Variante, mit der normalerweise Emacs-Pakete erzeugt werden --
|
die Emacs-Variante, mit der normalerweise Emacs-Pakete erzeugt werden ---
|
||||||
weiterhin keine nativen Befehle generiert. Um native Befehle für Ihre
|
weiterhin keine nativen Befehle generiert. Um native Befehle für Ihre
|
||||||
Emacs-Pakete schon im Voraus zu erzeugen, nutzen Sie eine Transformation, z.B.
|
Emacs-Pakete schon im Voraus zu erzeugen, nutzen Sie eine Transformation, z.B.
|
||||||
@option{--with-input=emacs-minimal=emacs}.")
|
@option{--with-input=emacs-minimal=emacs}.")
|
||||||
|
|
Loading…
Reference in a new issue