aboutsummaryrefslogtreecommitdiffstats
path: root/man/misc.texi
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2002-09-27 18:47:28 +0000
committerStefan Monnier <[email protected]>2002-09-27 18:47:28 +0000
commit5b8b9fa77678cc56db02224a26e209b7c0e4d827 (patch)
treec6b6848b3563c2eeae333d9dee3ced53f643aa24 /man/misc.texi
parenta1784ba2bd216903dc0c191b7d55e6b5f505d7e4 (diff)
Add info about --eval and --display.
Diffstat (limited to 'man/misc.texi')
-rw-r--r--man/misc.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/man/misc.texi b/man/misc.texi
index ff82d04d7b..8f9ba69a06 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -1300,6 +1300,16 @@ the value of the @samp{--alternate-editor} takes precedence.
function which will communicate with a running Emacs server, or start
one if none exists.
+If you use several displays, you can tell Emacs on which display to
+open the given files with the option @samp{--display=@var{DISPLAY}}.
+This can be used typically when connecting from home to an Emacs
+server running on your machine at your workplace.
+
+You can also use @code{emacsclient} to execute any piece of Emacs Lisp
+code, using the option @samp{--eval}. When this option is given, the
+rest of the arguments is not taken as a list of files to visit but as
+a list of expressions to evaluate.
+
@node Hardcopy, PostScript, Emacs Server, Top
@section Hardcopy Output
@cindex hardcopy