comparison src/defaults.cc @ 3373:36405da8e173

[project @ 1999-11-23 20:54:17 by jwe]
author jwe
date Tue, 23 Nov 1999 20:54:31 +0000
parents 86873384cd10
children 9610d364e444
comparison
equal deleted inserted replaced
3372:f16c2ce14886 3373:36405da8e173
487 substituted for leading, trailing, or doubled colons that appear in the\n\ 487 substituted for leading, trailing, or doubled colons that appear in the\n\
488 built-in variable @code{LOADPATH}.\n\ 488 built-in variable @code{LOADPATH}.\n\
489 @end defvr"); 489 @end defvr");
490 490
491 DEFVAR (IMAGEPATH, OCTAVE_IMAGEPATH, imagepath, 491 DEFVAR (IMAGEPATH, OCTAVE_IMAGEPATH, imagepath,
492 "colon separated list of directories to search for image files"); 492 "-*- texinfo -*-\n\
493 @defvr {Built-in Variable} IMAGEPATH
494 A colon separated list of directories in which to search for image\n\
495 files.\n\
496 @end defvr");
493 497
494 DEFCONST (OCTAVE_HOME, Voctave_home, 498 DEFCONST (OCTAVE_HOME, Voctave_home,
495 "top-level Octave installation directory"); 499 "top-level Octave installation directory");
496 500
497 DEFCONSTX ("OCTAVE_VERSION", SBV_OCTAVE_VERSION, OCTAVE_VERSION, 501 DEFCONSTX ("OCTAVE_VERSION", SBV_OCTAVE_VERSION, OCTAVE_VERSION,
498 "-*- texinfo -*-\n\ 502 "-*- texinfo -*-\n\
499 @defvr\n\ 503 @defvr {Built-in Variable} OCTAVE_VERSION\n\
500 The version number of Octave, as a string.\n\ 504 The version number of Octave, as a string.\n\
501 @end defvr"); 505 @end defvr");
502
503 } 506 }
504 507
505 DEFUN (rehash, , , 508 DEFUN (rehash, , ,
506 "rehash (): reinitialize LOADPATH directory cache") 509 "rehash (): reinitialize LOADPATH directory cache")
507 { 510 {