Mercurial > hg > octave-nkf
diff doc/interpreter/contrib.txi @ 16826:a4969508008e
doc: Periodic spellcheck of the documentation.
* doc/interpreter/doccheck/aspell-octave.en.pws: Update Octave-specific
Aspell dictionary.
* doc/interpreter/contrib.txi, doc/interpreter/errors.txi,
doc/interpreter/expr.txi, doc/interpreter/io.txi, doc/interpreter/preface.txi,
doc/interpreter/sparse.txi, doc/interpreter/stmt.txi,
doc/interpreter/strings.txi, libinterp/corefcn/qz.cc,
libinterp/dldfcn/ccolamd.cc, libinterp/dldfcn/fftw.cc,
libinterp/interpfcn/graphics.cc, scripts/general/structfun.m,
scripts/image/ind2rgb.m, scripts/image/rgb2ind.m, scripts/io/importdata.m,
scripts/linear-algebra/duplication_matrix.m, scripts/linear-algebra/housh.m,
scripts/miscellaneous/mkoctfile.m, scripts/plot/comet3.m, scripts/plot/gco.m,
scripts/plot/legend.m, scripts/plot/print.m, scripts/signal/fftshift.m,
scripts/signal/periodogram.m, scripts/sparse/pcg.m,
scripts/statistics/tests/f_test_regression.m,
scripts/statistics/tests/t_test_regression.m, scripts/strings/strjoin.m,
scripts/strings/strsplit.m: Correct spellings or add @nospell macro.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 23 Jun 2013 12:49:53 -0700 |
parents | 12005245b645 |
children | cdeadf62663f |
line wrap: on
line diff
--- a/doc/interpreter/contrib.txi +++ b/doc/interpreter/contrib.txi @@ -90,8 +90,8 @@ You may want to get familiar with Mercurial queues to manage your changesets. For working with queues you have to activate the extension -mq with the following entry in Mercurials config file @file{.hgrc} (or -@file{Mercurial.ini} on Windows): +@nospell{mq} with the following entry in Mercurial's configuration file +@file{.hgrc} (or @file{Mercurial.ini} on Windows): @example @group @@ -149,7 +149,7 @@ @end group @end example -For the colour extension, default colour and formatting +For the color extension, default color and formatting of @code{hg status} can be modified by @example @@ -182,11 +182,10 @@ @end example Enabling the described extensions should immediately lead to a difference -when using the command line version of hg. Of these options, the only one -that enables a new command is graphlog. It is recommanded that you use the -command @code{hg glog} instead of @code{hg log} for a better feel -what commits are being based on. - +when using the command line version of @nospell{hg}. Of these options, the +only one that enables a new command is @nospell{graphlog}. It is recommanded +that you use the command @code{hg glog} instead of @code{hg log} for a better +feel what commits are being based on. @node General Guidelines @section General Guidelines