mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/server.el (server-port): Doc fix.
This commit is contained in:
parent
ef8cdf8c2a
commit
7a1ff57fac
2 changed files with 8 additions and 1 deletions
|
|
@ -112,7 +112,10 @@ If set, the server accepts remote connections; otherwise it is local."
|
|||
(put 'server-host 'risky-local-variable t)
|
||||
|
||||
(defcustom server-port nil
|
||||
"The port number that the server process should listen on."
|
||||
"The port number that the server process should listen on.
|
||||
This variable only takes effect when the Emacs server is using
|
||||
TCP instead of local sockets. A nil value means to use a random
|
||||
port number."
|
||||
:group 'server
|
||||
:type '(choice
|
||||
(string :tag "Port number")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue