Lines Matching defs:help_text

428 char *help_text[23];
3668 emacs_help_text[counter] : help_text[counter]);
5121 help_text[0] = catgetlocal( 35, "Control keys: ");
5122 help_text[1] = catgetlocal( 36, "^a ascii code ^i tab ^r right ");
5123 help_text[2] = catgetlocal( 37, "^b bottom of text ^j newline ^t top of text ");
5124 help_text[3] = catgetlocal( 38, "^c command ^k delete char ^u up ");
5125 help_text[4] = catgetlocal( 39, "^d down ^l left ^v undelete word ");
5126 help_text[5] = catgetlocal( 40, "^e search prompt ^m newline ^w delete word ");
5127 help_text[6] = catgetlocal( 41, "^f undelete char ^n next page ^x search ");
5128 help_text[7] = catgetlocal( 42, "^g begin of line ^o end of line ^y delete line ");
5129 help_text[8] = catgetlocal( 43, "^h backspace ^p prev page ^z undelete line ");
5130 help_text[9] = catgetlocal( 44, "^[ (escape) menu ESC-Enter: exit ee ");
5131 help_text[10] = catgetlocal( 45, " ");
5132 help_text[11] = catgetlocal( 46, "Commands: ");
5133 help_text[12] = catgetlocal( 47, "help : get this info file : print file name ");
5134 help_text[13] = catgetlocal( 48, "read : read a file char : ascii code of char ");
5135 help_text[14] = catgetlocal( 49, "write : write a file case : case sensitive search ");
5136 help_text[15] = catgetlocal( 50, "exit : leave and save nocase : case insensitive search ");
5137 help_text[16] = catgetlocal( 51, "quit : leave, no save !cmd : execute \"cmd\" in shell ");
5138 help_text[17] = catgetlocal( 52, "line : display line # 0-9 : go to line \"#\" ");
5139 help_text[18] = catgetlocal( 53, "expand : expand tabs noexpand: do not expand tabs ");
5140 help_text[19] = catgetlocal( 54, " ");
5141 help_text[20] = catgetlocal( 55, " ee [+#] [-i] [-e] [-h] [file(s)] ");
5142 help_text[21] = catgetlocal( 56, "+# :go to line # -i :no info window -e : don't expand tabs -h :no highlight");
5235 emacs_help_text[0] = help_text[0];
5244 emacs_help_text[9] = help_text[9];
5245 emacs_help_text[10] = help_text[10];
5246 emacs_help_text[11] = help_text[11];
5247 emacs_help_text[12] = help_text[12];
5248 emacs_help_text[13] = help_text[13];
5249 emacs_help_text[14] = help_text[14];
5250 emacs_help_text[15] = help_text[15];
5251 emacs_help_text[16] = help_text[16];
5252 emacs_help_text[17] = help_text[17];
5253 emacs_help_text[18] = help_text[18];
5254 emacs_help_text[19] = help_text[19];
5255 emacs_help_text[20] = help_text[20];
5256 emacs_help_text[21] = help_text[21];