]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/misc.texi (emacsclient Options): Fix typo.
authorStefan Kangas <stefankangas@gmail.com>
Mon, 5 Sep 2022 20:24:05 +0000 (22:24 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 6 Sep 2022 20:46:11 +0000 (22:46 +0200)
doc/emacs/misc.texi

index 737c871d3fb1e7cf56d1ca44fbfe13a3a1cd649b..1367f26acffe96492448caf8f8df564ea0f4ae9a 100644 (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.