diff 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
line wrap: on
line diff
--- a/src/defaults.cc	Tue Nov 23 19:07:18 1999 +0000
+++ b/src/defaults.cc	Tue Nov 23 20:54:31 1999 +0000
@@ -489,17 +489,20 @@
 @end defvr");
   
   DEFVAR (IMAGEPATH, OCTAVE_IMAGEPATH, imagepath,
-    "colon separated list of directories to search for image files");
+    "-*- texinfo -*-\n\
+@defvr {Built-in Variable} IMAGEPATH
+A colon separated list of directories in which to search for image\n\
+files.\n\
+@end defvr");
 
   DEFCONST (OCTAVE_HOME, Voctave_home,
     "top-level Octave installation directory");
 
   DEFCONSTX ("OCTAVE_VERSION", SBV_OCTAVE_VERSION, OCTAVE_VERSION,
     "-*- texinfo -*-\n\
-@defvr\n\
+@defvr {Built-in Variable} OCTAVE_VERSION\n\
 The version number of Octave, as a string.\n\
 @end defvr");
-
 }
 
 DEFUN (rehash, , ,