In emacsclient, the --eval option tells emacsclient to treat all arguments as Elisp to be evaluated by the Emacs server.
The --alternate-editor option specifies an program to start if emacsclient cannot find an Emacs server.
If both options are used and a server is not found, a bug arises. Emacsclient sends the arguments that are intended to be interpreted as Elisp to the alternate editor. If the alternate editor is Emacs, this results in Emacs creating a buffer named after each argument. So the command: