[BACK]Return to help.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/help.c between version 1.9 and 1.10

version 1.9, 2001/05/23 22:12:10 version 1.10, 2001/05/23 22:20:35
Line 35 
Line 35 
         if (inmacro)          if (inmacro)
                 return TRUE;    /* ignore inside keyboard macro */                  return TRUE;    /* ignore inside keyboard macro */
 #endif /* !NO_MACRO */  #endif /* !NO_MACRO */
         (VOID)strcpy(prompt, "Describe key briefly: ");          strcpy(prompt, "Describe key briefly: ");
         pep = prompt + strlen(prompt);          pep = prompt + strlen(prompt);
         key.k_count = 0;          key.k_count = 0;
         m = curbp->b_nmodes;          m = curbp->b_nmodes;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10