diff options
| author | Stefan Kangas | 2022-09-05 22:24:05 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-06 22:46:11 +0200 |
| commit | 724444f3d5cc6ff44c126353e2f0d8f14f591271 (patch) | |
| tree | 555f2b65f79fb35301533410eddeccf0deb72bda /doc | |
| parent | b96257162df5c899f374b9ed2c769b3838a1b368 (diff) | |
| download | emacs-724444f3d5cc6ff44c126353e2f0d8f14f591271.tar.gz emacs-724444f3d5cc6ff44c126353e2f0d8f14f591271.zip | |
; * doc/emacs/misc.texi (emacsclient Options): Fix typo.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/misc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 737c871d3fb..1367f26acff 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -2025,7 +2025,7 @@ all server buffers are finished. You can take as long as you like to | |||
| 2025 | edit the server buffers within Emacs, and they are @emph{not} killed | 2025 | edit the server buffers within Emacs, and they are @emph{not} killed |
| 2026 | when you type @kbd{C-x #} in them. | 2026 | when you type @kbd{C-x #} in them. |
| 2027 | 2027 | ||
| 2028 | @item --parent-id @var{id} | 2028 | @item --parent-id=@var{id} |
| 2029 | Open an @command{emacsclient} frame as a client frame in the parent X | 2029 | Open an @command{emacsclient} frame as a client frame in the parent X |
| 2030 | window with id @var{id}, via the XEmbed protocol. Currently, this | 2030 | window with id @var{id}, via the XEmbed protocol. Currently, this |
| 2031 | option is mainly useful for developers. | 2031 | option is mainly useful for developers. |