]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/server.el (server-port): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 28 Aug 2011 18:46:38 +0000 (14:46 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 28 Aug 2011 18:46:38 +0000 (14:46 -0400)
lisp/ChangeLog
lisp/server.el

index 39ac42fe6b06199317c15259dcecd76f3e0ee513..4af6010b5569c4627801a43282dce0fd97114b9f 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * server.el (server-port): Doc fix.
+
 2011-08-28  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-fonts.el
index c91f10b658432a344bead239b5b16f2714dcfd2a..63d46a365c9ee925a56df44b64518cb1fab4c7b8 100644 (file)
@@ -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")