emacs-diffs
[Top][All Lists]
Advanced

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

master c19aa6a: ; Fix documentation of a recent change


From: Eli Zaretskii
Subject: master c19aa6a: ; Fix documentation of a recent change
Date: Fri, 5 Nov 2021 09:52:19 -0400 (EDT)

branch: master
commit c19aa6aeb2c54bf43c09ba56d8994fda6c17b1c5
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix documentation of a recent change
    
    * doc/emacs/misc.texi (emacsclient Options): No need to use @dfn
    more than once for the same term.
    
    * etc/NEWS (emacsclient): Don't use passive voice.
---
 doc/emacs/misc.texi | 4 ++--
 etc/NEWS            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 4be4799..7f91e1c 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -1994,8 +1994,8 @@ can customize this behavior with the variable 
@code{initial-buffer-choice}
 
 @item -r
 @itemx --reuse-frame
-Create a new graphical @dfn{client frame} if none exists, otherwise
-use an existing Emacs frame.
+Create a new graphical client frame if none exists, otherwise use an
+existing Emacs frame.
 
 @item -F @var{alist}
 @itemx --frame-parameters=@var{alist}
diff --git a/etc/NEWS b/etc/NEWS
index 899f356..08ff1f1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -108,7 +108,7 @@ suspicious and could be malicious.
 +++
 *** New command-line option '-r' for emacsclient.
 With this command-line option, Emacs reuses an existing graphical client
-frame if one exists; otherwise a new frame is created.
+frame if one exists; otherwise it creates a new frame.
 
 * Editing Changes in Emacs 29.1
 



reply via email to

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