1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

; * doc/emacs/misc.texi (emacsclient Options): Fix typo.

This commit is contained in:
Stefan Kangas 2022-09-05 22:24:05 +02:00
parent b96257162d
commit 724444f3d5

View File

@ -2025,7 +2025,7 @@ all server buffers are finished. You can take as long as you like to
edit the server buffers within Emacs, and they are @emph{not} killed
when you type @kbd{C-x #} in them.
@item --parent-id @var{id}
@item --parent-id=@var{id}
Open an @command{emacsclient} frame as a client frame in the parent X
window with id @var{id}, via the XEmbed protocol. Currently, this
option is mainly useful for developers.