Mercurial > hg > octave-nkf
comparison src/oct-hist.cc @ 11572:7d6d8c1e471f
Grammarcheck Texinfo for files in src directory.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 19 Jan 2011 17:51:22 -0800 |
parents | e1851653d59c |
children | 12df7854fa7c |
comparison
equal
deleted
inserted
replaced
11571:0e414f837c58 | 11572:7d6d8c1e471f |
---|---|
676 to the history list. The default value is an empty character string,\n\ | 676 to the history list. The default value is an empty character string,\n\ |
677 but may be overridden by the environment variable\n\ | 677 but may be overridden by the environment variable\n\ |
678 @w{@env{OCTAVE_HISTCONTROL}}.\n\ | 678 @w{@env{OCTAVE_HISTCONTROL}}.\n\ |
679 \n\ | 679 \n\ |
680 The value of @code{history_control} is a colon-separated list of values\n\ | 680 The value of @code{history_control} is a colon-separated list of values\n\ |
681 controlling how commands are saved on the history list. If the list\n\ | 681 controlling how commands are saved on the history list. If the list\n\ |
682 of values includes @code{ignorespace}, lines which begin with a space\n\ | 682 of values includes @code{ignorespace}, lines which begin with a space\n\ |
683 character are not saved in the history list. A value of @code{ignoredups}\n\ | 683 character are not saved in the history list. A value of @code{ignoredups}\n\ |
684 causes lines matching the previous history entry to not be saved.\n\ | 684 causes lines matching the previous history entry to not be saved.\n\ |
685 A value of @code{ignoreboth} is shorthand for @code{ignorespace} and\n\ | 685 A value of @code{ignoreboth} is shorthand for @code{ignorespace} and\n\ |
686 @code{ignoredups}. A value of @code{erasedups} causes all previous lines\n\ | 686 @code{ignoredups}. A value of @code{erasedups} causes all previous lines\n\ |
687 matching the current line to be removed from the history list before that\n\ | 687 matching the current line to be removed from the history list before that\n\ |