1/* doc.c -- Generated structure containing function names and doc strings.
2
3   This file was automatically made from various source files with the
4   command "./makedoc".  DO NOT EDIT THIS FILE, only "./makedoc.c".
5   Source files groveled to make this file include:
6
7	./session.c
8	./echo-area.c
9	./infodoc.c
10	./m-x.c
11	./indices.c
12	./nodemenu.c
13	./footnotes.c
14	./variables.c
15
16   An entry in the array FUNCTION_DOC_ARRAY is made for each command
17   found in the above files; each entry consists of a function pointer,
18   a string which is the user-visible name of the function,
19   and a string which documents its purpose. */
20
21#include "doc.h"
22#include "funs.h"
23
24FUNCTION_DOC function_doc_array[] = {
25
26/* Commands found in "./session.c". */
27   { info_next_line, "next-line", "Move down to the next line" },
28   { info_prev_line, "prev-line", "Move up to the previous line" },
29   { info_end_of_line, "end-of-line", "Move to the end of the line" },
30   { info_beginning_of_line, "beginning-of-line", "Move to the start of the line" },
31   { info_forward_char, "forward-char", "Move forward a character" },
32   { info_backward_char, "backward-char", "Move backward a character" },
33   { info_forward_word, "forward-word", "Move forward a word" },
34   { info_backward_word, "backward-word", "Move backward a word" },
35   { info_global_next_node, "global-next-node", "Move forwards or down through node structure" },
36   { info_global_prev_node, "global-prev-node", "Move backwards or up through node structure" },
37   { info_scroll_forward, "scroll-forward", "Scroll forward in this window" },
38   { info_scroll_backward, "scroll-backward", "Scroll backward in this window" },
39   { info_beginning_of_node, "beginning-of-node", "Move to the start of this node" },
40   { info_end_of_node, "end-of-node", "Move to the end of this node" },
41   { info_next_window, "next-window", "Select the next window" },
42   { info_prev_window, "prev-window", "Select the previous window" },
43   { info_split_window, "split-window", "Split the current window" },
44   { info_delete_window, "delete-window", "Delete the current window" },
45   { info_keep_one_window, "keep-one-window", "Delete all other windows" },
46   { info_scroll_other_window, "scroll-other-window", "Scroll the other window" },
47   { info_grow_window, "grow-window", "Grow (or shrink) this window" },
48   { info_tile_windows, "tile-windows", "Divide the available screen space among the visible windows" },
49   { info_toggle_wrap, "toggle-wrap", "Toggle the state of line wrapping in the current window" },
50   { info_next_node, "next-node", "Select the `Next' node" },
51   { info_prev_node, "prev-node", "Select the `Prev' node" },
52   { info_up_node, "up-node", "Select the `Up' node" },
53   { info_last_node, "last-node", "Select the last node in this file" },
54   { info_first_node, "first-node", "Select the first node in this file" },
55   { info_last_menu_item, "last-menu-item", "Select the last item in this node's menu" },
56   { info_menu_digit, "menu-digit", "Select this menu item" },
57   { info_menu_item, "menu-item", "Read a menu item and select its node" },
58   { info_xref_item, "xref-item", "Read a footnote or cross reference and select its node" },
59   { info_find_menu, "find-menu", "Move to the start of this node's menu" },
60   { info_visit_menu, "visit-menu", "Visit as many menu items at once as possible" },
61   { info_goto_node, "goto-node", "Read a node name and select it" },
62   { info_man, "man", "Read a manpage reference and select it" },
63   { info_top_node, "top-node", "Select the node `Top' in this file" },
64   { info_dir_node, "dir-node", "Select the node `(dir)'" },
65   { info_history_node, "history-node", "Select the most recently selected node" },
66   { info_kill_node, "kill-node", "Kill this node" },
67   { info_view_file, "view-file", "Read the name of a file and select it" },
68   { info_print_node, "print-node", "Pipe the contents of this node through INFO_PRINT_COMMAND" },
69   { info_search, "search", "Read a string and search for it" },
70   { isearch_forward, "isearch-forward", "Search interactively for a string as you type it" },
71   { isearch_backward, "isearch-backward", "Search interactively for a string as you type it" },
72   { info_move_to_prev_xref, "move-to-prev-xref", "Move to the previous cross reference" },
73   { info_move_to_next_xref, "move-to-next-xref", "Move to the next cross reference" },
74   { info_select_reference_this_line, "select-reference-this-line", "Select reference or menu item appearing on this line" },
75   { info_abort_key, "abort-key", "Cancel current operation" },
76   { info_move_to_window_line, "move-to-window-line", "Move to the cursor to a specific line of the window" },
77   { info_redraw_display, "redraw-display", "Redraw the display" },
78   { info_quit, "quit", "Quit using Info" },
79   { info_do_lowercase_version, "do-lowercase-version", "" },
80   { info_add_digit_to_numeric_arg, "add-digit-to-numeric-arg", "Add this digit to the current numeric argument" },
81   { info_universal_argument, "universal-argument", "Start (or multiply by 4) the current numeric argument" },
82   { info_numeric_arg_digit_loop, "numeric-arg-digit-loop", "Internally used by \\[universal-argument]" },
83/* Commands found in "./echo-area.c". */
84   { ea_forward, "echo-area-forward", "Move forward a character" },
85   { ea_backward, "echo-area-backward", "Move backward a character" },
86   { ea_beg_of_line, "echo-area-beg-of-line", "Move to the start of this line" },
87   { ea_end_of_line, "echo-area-end-of-line", "Move to the end of this line" },
88   { ea_forward_word, "echo-area-forward-word", "Move forward a word" },
89   { ea_backward_word, "echo-area-backward-word", "Move backward a word" },
90   { ea_delete, "echo-area-delete", "Delete the character under the cursor" },
91   { ea_rubout, "echo-area-rubout", "Delete the character behind the cursor" },
92   { ea_abort, "echo-area-abort", "Cancel or quit operation" },
93   { ea_newline, "echo-area-newline", "Accept (or force completion of) this line" },
94   { ea_quoted_insert, "echo-area-quoted-insert", "Insert next character verbatim" },
95   { ea_insert, "echo-area-insert", "Insert this character" },
96   { ea_tab_insert, "echo-area-tab-insert", "Insert a TAB character" },
97   { ea_transpose_chars, "echo-area-transpose-chars", "Transpose characters at point" },
98   { ea_yank, "echo-area-yank", "Yank back the contents of the last kill" },
99   { ea_yank_pop, "echo-area-yank-pop", "Yank back a previous kill" },
100   { ea_kill_line, "echo-area-kill-line", "Kill to the end of the line" },
101   { ea_backward_kill_line, "echo-area-backward-kill-line", "Kill to the beginning of the line" },
102   { ea_kill_word, "echo-area-kill-word", "Kill the word following the cursor" },
103   { ea_backward_kill_word, "echo-area-backward-kill-word", "Kill the word preceding the cursor" },
104   { ea_possible_completions, "echo-area-possible-completions", "List possible completions" },
105   { ea_complete, "echo-area-complete", "Insert completion" },
106   { ea_scroll_completions_window, "echo-area-scroll-completions-window", "Scroll the completions window" },
107/* Commands found in "./infodoc.c". */
108   { info_get_help_window, "get-help-window", "Display help message" },
109   { info_get_info_help_node, "get-info-help-node", "Visit Info node `(info)Help'" },
110   { describe_key, "describe-key", "Print documentation for KEY" },
111   { info_where_is, "where-is", "Show what to type to execute a given command" },
112/* Commands found in "./m-x.c". */
113   { describe_command, "describe-command", "Read the name of an Info command and describe it" },
114   { info_execute_command, "execute-command", "Read a command name in the echo area and execute it" },
115   { set_screen_height, "set-screen-height", "Set the height of the displayed window" },
116/* Commands found in "./indices.c". */
117   { info_index_search, "index-search", "Look up a string in the index for this file" },
118   { info_next_index_match, "next-index-match", "Go to the next matching index item from the last `\\[index-search]' command" },
119   { info_index_apropos, "index-apropos", "Grovel all known info file's indices for a string and build a menu" },
120/* Commands found in "./nodemenu.c". */
121   { list_visited_nodes, "list-visited-nodes", "Make a window containing a menu of all of the currently visited nodes" },
122   { select_visited_node, "select-visited-node", "Select a node which has been previously visited in a visible window" },
123/* Commands found in "./footnotes.c". */
124   { info_show_footnotes, "show-footnotes", "Show the footnotes associated with this node in another window" },
125/* Commands found in "./variables.c". */
126   { describe_variable, "describe-variable", "Explain the use of a variable" },
127   { set_variable, "set-variable", "Set the value of an Info variable" },
128   { (VFunction *)NULL, (char *)NULL, (char *)NULL }
129};
130