Lines Matching refs:help_text
418 char *help_text[23]; variable
3661 emacs_help_text[counter] : help_text[counter]); in help()
5111 …help_text[0] = catgetlocal( 35, "Control keys: … in strings_init()
5112 …help_text[1] = catgetlocal( 36, "^a ascii code ^i tab ^r right … in strings_init()
5113 …help_text[2] = catgetlocal( 37, "^b bottom of text ^j newline ^t top of text … in strings_init()
5114 …help_text[3] = catgetlocal( 38, "^c command ^k delete char ^u up … in strings_init()
5115 …help_text[4] = catgetlocal( 39, "^d down ^l left ^v undelete word … in strings_init()
5116 …help_text[5] = catgetlocal( 40, "^e search prompt ^m newline ^w delete word … in strings_init()
5117 …help_text[6] = catgetlocal( 41, "^f undelete char ^n next page ^x search … in strings_init()
5118 …help_text[7] = catgetlocal( 42, "^g begin of line ^o end of line ^y delete line … in strings_init()
5119 …help_text[8] = catgetlocal( 43, "^h backspace ^p prev page ^z undelete line … in strings_init()
5120 …help_text[9] = catgetlocal( 44, "^[ (escape) menu ESC-Enter: exit ee … in strings_init()
5121 …help_text[10] = catgetlocal( 45, " … in strings_init()
5122 …help_text[11] = catgetlocal( 46, "Commands: … in strings_init()
5123 …help_text[12] = catgetlocal( 47, "help : get this info file : print file nam… in strings_init()
5124 …help_text[13] = catgetlocal( 48, "read : read a file char : ascii code of … in strings_init()
5125 …help_text[14] = catgetlocal( 49, "write : write a file case : case sensitive… in strings_init()
5126 …help_text[15] = catgetlocal( 50, "exit : leave and save nocase : case insensiti… in strings_init()
5127 …help_text[16] = catgetlocal( 51, "quit : leave, no save !cmd : execute \"cmd\… in strings_init()
5128 …help_text[17] = catgetlocal( 52, "line : display line # 0-9 : go to line \"#… in strings_init()
5129 …help_text[18] = catgetlocal( 53, "expand : expand tabs noexpand: do not expand … in strings_init()
5130 …help_text[19] = catgetlocal( 54, " … in strings_init()
5131 …help_text[20] = catgetlocal( 55, " ee [+#] [-i] [-e] [-h] [file(s)] … in strings_init()
5132 …help_text[21] = catgetlocal( 56, "+# :go to line # -i :no info window -e : don't expand tabs -h… in strings_init()
5225 emacs_help_text[0] = help_text[0]; in strings_init()
5234 emacs_help_text[9] = help_text[9]; in strings_init()
5235 emacs_help_text[10] = help_text[10]; in strings_init()
5236 emacs_help_text[11] = help_text[11]; in strings_init()
5237 emacs_help_text[12] = help_text[12]; in strings_init()
5238 emacs_help_text[13] = help_text[13]; in strings_init()
5239 emacs_help_text[14] = help_text[14]; in strings_init()
5240 emacs_help_text[15] = help_text[15]; in strings_init()
5241 emacs_help_text[16] = help_text[16]; in strings_init()
5242 emacs_help_text[17] = help_text[17]; in strings_init()
5243 emacs_help_text[18] = help_text[18]; in strings_init()
5244 emacs_help_text[19] = help_text[19]; in strings_init()
5245 emacs_help_text[20] = help_text[20]; in strings_init()
5246 emacs_help_text[21] = help_text[21]; in strings_init()