* misc.texi (emacsclient Options): Describe what an empty string
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 10 Dec 2008 07:56:51 +0000 (07:56 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 10 Dec 2008 07:56:51 +0000 (07:56 +0000)
commit636b507bcc99120c6e9479541aa99fb737855de0
tree9969e6e2ecc3b9392378139d2f11442ad6f09dee
parente54be9a0323e16b3074983b9c28fb55452e196e3
* misc.texi (emacsclient Options): Describe what an empty string
argument does for --alternate-editor.

* emacsclient.1: Describe what an empty string argument does for
--alternate-editor.

* emacsclient.c (print_help_and_exit): Describe what an empty
string argument does for --alternate-editor.
(set_socket): Make it possible to not exit in case of an error.
(start_daemon_and_retry_set_socket): New function.
(main): Use it.  Restore the NULL value for socket_name and
server_file after the set_socket call.
doc/emacs/ChangeLog
doc/emacs/misc.texi
doc/man/ChangeLog
doc/man/emacsclient.1
lib-src/ChangeLog
lib-src/emacsclient.c