diff options
Diffstat (limited to 'lisp/server.el')
| -rw-r--r-- | lisp/server.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/server.el b/lisp/server.el index 63d46a365c9..bc989c55ed1 100644 --- a/lisp/server.el +++ b/lisp/server.el | |||
| @@ -669,9 +669,13 @@ Return values: | |||
| 669 | ;;;###autoload | 669 | ;;;###autoload |
| 670 | (define-minor-mode server-mode | 670 | (define-minor-mode server-mode |
| 671 | "Toggle Server mode. | 671 | "Toggle Server mode. |
| 672 | With ARG, turn Server mode on if ARG is positive, off otherwise. | 672 | With a prefix argument ARG, enable Server mode if ARG is |
| 673 | positive, and disable it otherwise. If called from Lisp, enable | ||
| 674 | Server mode if ARG is omitted or nil. | ||
| 675 | |||
| 673 | Server mode runs a process that accepts commands from the | 676 | Server mode runs a process that accepts commands from the |
| 674 | `emacsclient' program. See `server-start' and Info node `Emacs server'." | 677 | `emacsclient' program. See Info node `Emacs server' and |
| 678 | `server-start' for details." | ||
| 675 | :global t | 679 | :global t |
| 676 | :group 'server | 680 | :group 'server |
| 677 | :version "22.1" | 681 | :version "22.1" |