aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2023-07-27 09:37:03 +0300
committerEli Zaretskii2023-07-27 09:37:03 +0300
commite650a14f64b9ebea69615c19ca4466c14af35857 (patch)
tree68f2fe3b3ba066e35e1579e43d2bfdeaa9abe3cc /doc
parent27944247d161f0ed65bbb34959c4493f7984987a (diff)
downloademacs-e650a14f64b9ebea69615c19ca4466c14af35857.tar.gz
emacs-e650a14f64b9ebea69615c19ca4466c14af35857.zip
; Clarify documentation of 'server-after-make-frame-hook'
* doc/lispref/frames.texi (Creating Frames): * lisp/server.el (server-after-make-frame-hook): Clarify documentation of 'server-after-make-frame-hook'. (Bug#64873)
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/frames.texi10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 5a2d9f29295..368def90d85 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -187,9 +187,13 @@ selected frame.
187@end defvar 187@end defvar
188 188
189@defopt server-after-make-frame-hook 189@defopt server-after-make-frame-hook
190A normal hook run when the Emacs server creates a client frame. When 190A normal hook run when the Emacs server starts using a client frame.
191this hook is called, the created frame is the selected one. 191When this hook is called, the client frame is the selected one. Note
192@xref{Emacs Server,,, emacs, The GNU Emacs Manual}. 192that, depending on how @command{emacsclient} was invoked
193(@pxref{Invoking emacsclient,,, emacs, The GNU Emacs Manual}), this
194client frame could be a new frame created for the client, or it could
195be an existing frame that the server reused for handling the client
196commands. @xref{Emacs Server,,, emacs, The GNU Emacs Manual}.
193@end defopt 197@end defopt
194 198
195 199