diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-08-15 20:31:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-08-15 20:31:03 +0000 |
commit | 784c6ff0ed89f040bdfd838b60080d5e08a1f1b0 (patch) | |
tree | eb7ea24d45eb7bb0240a8056f537917cfe5afdc8 /man/entering.texi | |
parent | ddb0de6969fd973561ad7bf73aa68e432be987e3 (diff) | |
download | emacs-784c6ff0ed89f040bdfd838b60080d5e08a1f1b0.tar.gz |
Mention emacsclient, with xref.
Diffstat (limited to 'man/entering.texi')
-rw-r--r-- | man/entering.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/entering.texi b/man/entering.texi index aca33be850b..f33cd739401 100644 --- a/man/entering.texi +++ b/man/entering.texi @@ -54,6 +54,11 @@ for editing. Usually you do not kill the Emacs until you are about to log out. @xref{Files}, for more information on visiting more than one file. + If you want to edit a file from another program and already have +Emacs running, you can use the @command{emacsclient} program to open a +file in the already running Emacs. @xref{Emacs Server}, for more +information on editing files with Emacs from other programs. + @node Exiting, Basic, Entering Emacs, Top @section Exiting Emacs @cindex exiting |