guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: news: Fix en dash usage.


From: guix-commits
Subject: branch master updated: news: Fix en dash usage.
Date: Mon, 12 Sep 2022 13:18:57 -0400

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 23b50ddbdb news: Fix en dash usage.
23b50ddbdb is described below

commit 23b50ddbdbcee0dac1bc05f12374043d6f215b00
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Sun Sep 11 15:00:35 2022 -0300

    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>
---
 etc/news.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index a0716e0cde..efc219201f 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -37,8 +37,8 @@ compiled as you use them, and the results stored in a 
subdirectory of your
 @code{user-emacs-directory}.
 
 Furthermore, the build system for Emacs packages transparently supports native
-compilation, but note, that @code{emacs-minimal} -- the default Emacs for
-building packages -- has been configured without native compilation.
+compilation, but note, that @code{emacs-minimal}---the default Emacs for
+building packages---has been configured without native compilation.
 To natively compile your emacs packages ahead of time, use a transformation
 like @option{--with-input=emacs-minimal=emacs}.")
          (de "Emacs kann nun native Maschinenbefehle erzeugen.  Standardgemäß
@@ -47,8 +47,8 @@ die so erzeugten nativen Bibliotheken in einem 
Unterverzeichnis Ihres
 @code{user-emacs-directory}.
 
 Darüber hinaus unterstützt das Erzeugungssystem für Emacs-Pakete die Erzeugung
-nativer Maschinenbefehle.  Beachten Sie jedoch, dass @code{emacs-minimal} --
-die Emacs-Variante, mit der normalerweise Emacs-Pakete erzeugt werden --
+nativer Maschinenbefehle.  Beachten Sie jedoch, dass @code{emacs-minimal} ---
+die Emacs-Variante, mit der normalerweise Emacs-Pakete erzeugt werden ---
 weiterhin keine nativen Befehle generiert.  Um native Befehle für Ihre
 Emacs-Pakete schon im Voraus zu erzeugen, nutzen Sie eine Transformation, z.B.
 @option{--with-input=emacs-minimal=emacs}.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]