Merge branch 'maint'
[paraslash.git] / m4 / lls / include / history-file.m4
1 [option history-file]
2 arg_info = required_arg
3 arg_type = string
4 typestr = filename
5 summary = location of the file for the command history list
6 [help]
7         If PROGRAM() runs in interactive mode, it reads the history file
8         on startup. Upon exit, the in-memory history is appended to the
9         history file.
10
11         If this option is not given, the history file is expected at
12         DEFAULT_HISTORY_FILE().
13 [/help]