Mercurial > hg > octave-lyh
comparison doc/interpreter/tips.txi @ 17298:17be601bc783
doc: Periodic spellchecking of documentation.
* doc/interpreter/doccheck/aspell-octave.en.pws: Add new words to
Octave-specific dictionary.
* doc/interpreter/tips.txi: Use @nospell macro around qcode definition.
* libinterp/corefcn/utils.cc: Use @nospell macro around meaningless
example directory names.
scripts/optimization/fsolve.m: Use @nospell macro around proper name Broyden.
scripts/optimization/glpk.m: Use @nospell macro around false word "pseudocost".
author | Rik <rik@octave.org> |
---|---|
date | Tue, 20 Aug 2013 09:42:35 -0700 |
parents | 4d7f95eb8bfe |
children |
comparison
equal
deleted
inserted
replaced
17297:4d7f95eb8bfe | 17298:17be601bc783 |
---|---|
383 | 383 |
384 @item @@code@{sample of code@} | 384 @item @@code@{sample of code@} |
385 All samples of code should be marked with this macro for the same | 385 All samples of code should be marked with this macro for the same |
386 reasons as the @@var macro. | 386 reasons as the @@var macro. |
387 | 387 |
388 @item @@qcode@{"sample_code"@} | 388 @item @nospell{@@qcode@{"sample_code"@}} |
389 @itemx @@qcode@{'sample_code'@} | 389 @itemx @nospell{@@qcode@{'sample_code'@}} |
390 All samples of code which are quoted should use this more specialized macro. | 390 All samples of code which are quoted should use this more specialized macro. |
391 This happens frequently when discussing graphics properties such as "position" | 391 This happens frequently when discussing graphics properties such as "position" |
392 or options such as "on"/"off". | 392 or options such as "on"/"off". |
393 | 393 |
394 @item @@seealso@{function2, function3@} | 394 @item @@seealso@{function2, function3@} |