--- source/nedit.c +++ source/nedit.c @@ -459,7 +459,7 @@ InitMacroGlobals(); RegisterMacroSubroutines(); - /* Store preferences from the command line and .nedit file, + /* Store preferences from the command line and .desk/nedit file, and set the appropriate preferences */ RestoreNEditPrefs(prefDB, XtDatabase(TheDisplay)); @@ -749,7 +749,7 @@ /* Begin remembering last command invoked for "Repeat" menu item */ AddLastCommandActionHook(context); - /* Set up communication port and write ~/.nedit_server_process file */ + /* Set up communication port and write ~/.desk/nedit_server_process file */ if (IsServer) InitServerCommunication();