mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
; 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.
This commit is contained in:
parent
c659182d55
commit
c19aa6aeb2
2 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
2
etc/NEWS
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue