--- userdefs.h.orig Mon Apr 24 05:44:03 2000 +++ userdefs.h Mon Aug 28 00:08:16 2000 @@ -66,7 +66,7 @@ * LYNX_CFG_FILE is the location and name of the default lynx * global configuration file. It is sought and processed at * startup of Lynx, followed by a seek and processing of a - * personal RC file (.lynxrc in the user's HOME directory, + * personal RC file (.desk/lynxrc in the user's HOME directory, * created if the user saves values in the 'o'ptions menu). * You also can define the location and name of the global * configuration file via a VMS logical, "LYNX_CFG", which @@ -244,7 +244,7 @@ * LYNX_CFG_FILE is the location and name of the default lynx * global configuration file. It is sought and processed at * startup of Lynx, followed by a seek and processing of a - * personal RC file (.lynxrc in the user's HOME directory, + * personal RC file (.desk/lynxrc in the user's HOME directory, * created if the user saves values in the 'o'ptions menu). * You also can define the location and name of the global * configuration file via an environment variable, "LYNX_CFG", @@ -740,7 +740,7 @@ * bookmark file will be available initially. The default set here can * be overridden in lynx.cfg. The user can turn on multiple bookmark * support via the 'o'ptions menu, and can save that choice as the startup -* default via the .lynxrc file. When on, the setting can be STANDARD or +* default via the .desk/lynxrc file. When on, the setting can be STANDARD or * ADVANCED. If support is set to the latter, and the user mode also is * ADVANCED, the VIEW_BOOKMARK command will invoke a status line prompt at * which the user can enter the letter token (A - Z) of the desired bookmark, @@ -869,7 +869,7 @@ * If ACCEPT_ALL_COOKIES is set TRUE, and SET_COOKIES is TRUE, Lynx will * accept all cookies. * - * The default defined here can be changed in lynx.cfg, and .lynxrc, or + * The default defined here can be changed in lynx.cfg, and .desk/lynxrc, or * toggled via the -accept_all_cookies command line switch. */ #define ACCEPT_ALL_COOKIES FALSE @@ -1159,7 +1159,7 @@ /********************************* * Vi or Emacs movement keys. These are defaults, - * which can be changed in lynx.cfg , the Options Menu or .lynxrc . + * which can be changed in lynx.cfg , the Options Menu or .desk/lynxrc . */ #define VI_KEYS_ALWAYS_ON FALSE /* familiar h j k l */ #define EMACS_KEYS_ALWAYS_ON FALSE /* familiar ^N ^P ^F ^B */