argv
argv
is a variable defined in `
startup.el
'. Its value is
nil
This variable is an alias for `
command-line-args-left
'.
Documentation:
List of command-line args not yet processed. This is a convenience alias, so that one can write (pop argv) inside of --eval command line arguments in order to access following arguments.