--- source/smartIndent.c +++ source/smartIndent.c @@ -2027,7 +2027,7 @@ if (CommonMacros == NULL) return XtNewString(""); - /* Shift the macro over by a tab to keep .nedit file bright and clean */ + /* Shift the macro over by a tab to keep .desk/nedit file bright and clean */ outStr = ShiftText(CommonMacros, SHIFT_RIGHT, True, 8, 8, &len); /* Protect newlines and backslashes from translation by the resource @@ -2044,7 +2044,7 @@ /* ** Insert macro text "macro" into buffer "buf" shifted right by 8 characters -** (so it looks nice in the .nedit file), and terminated with a macro-end- +** (so it looks nice in the .desk/nedit file), and terminated with a macro-end- ** boundary string. */ static void insertShiftedMacro(textBuffer *buf, char *macro)