]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix documentation of a recent change
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 Nov 2021 13:51:08 +0000 (15:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 5 Nov 2021 13:51:08 +0000 (15:51 +0200)
* 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
etc/NEWS

index 4be47990d1f16605571541b063bae261ac8ccb44..7f91e1c188e47e78ba1b4f1ef469776b75d1bd9a 100644 (file)
@@ -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}
index 899f3567e6e5681ad509c322568a2ad8e5b010a6..08ff1f1e697ab1492e4762489b6db73191cb493c 100644 (file)
--- 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