comparison src/defaults.cc @ 3238:041ea33fbbf4

[project @ 1999-03-26 17:48:16 by jwe]
author jwe
date Fri, 26 Mar 1999 17:48:35 +0000
parents 7a5a5da64756
children 4964d5391acc
comparison
equal deleted inserted replaced
3237:737b219ab65a 3238:041ea33fbbf4
419 "name of the editor to be invoked by the edit_history command"); 419 "name of the editor to be invoked by the edit_history command");
420 420
421 DEFVAR (EXEC_PATH, Vexec_path, 0, exec_path, 421 DEFVAR (EXEC_PATH, Vexec_path, 0, exec_path,
422 "colon separated list of directories to search for programs to run"); 422 "colon separated list of directories to search for programs to run");
423 423
424 DEFVAR (LOADPATH, ":", 0, loadpath, 424 DEFVAR (LOADPATH, Vload_path, 0, loadpath,
425 "colon separated list of directories to search for scripts.\n\ 425 "colon separated list of directories to search for scripts.\n\
426 The default value is \":\", which means to search the default list\n\ 426 The default value is \":\", which means to search the default list\n\
427 of directories. The default list of directories may be found in\n\ 427 of directories. The default list of directories may be found in\n\
428 the built-in constant DEFAULT_LOADPATH"); 428 the built-in constant DEFAULT_LOADPATH");
429 429