From c19aa6aeb2c54bf43c09ba56d8994fda6c17b1c5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 5 Nov 2021 15:51:08 +0200 Subject: [PATCH] ; 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 4be47990d1f..7f91e1c188e 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 899f3567e6e..08ff1f1e697 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 -- 2.39.2