Mercurial > hg > octave-nkf
diff libinterp/corefcn/utils.cc @ 17290: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 | bc924baa2c4e |
children | d63878346099 |
line wrap: on
line diff
--- a/libinterp/corefcn/utils.cc +++ b/libinterp/corefcn/utils.cc @@ -897,8 +897,9 @@ Return the full name of the path element matching @var{dir}. The\n\ match is performed at the end of each path element. For example, if\n\ @var{dir} is @qcode{\"foo/bar\"}, it matches the path element\n\ -@qcode{\"/some/dir/foo/bar\"}, but not @qcode{\"/some/dir/foo/bar/baz\"}\n\ -or @qcode{\"/some/dir/allfoo/bar\"}.\n\ +@nospell{@qcode{\"/some/dir/foo/bar\"}}, but not\n\ +@nospell{@qcode{\"/some/dir/foo/bar/baz\"}}\n\ +@nospell{@qcode{\"/some/dir/allfoo/bar\"}}.\n\ \n\ The second argument is optional. If it is supplied, return a cell array\n\ containing all name matches rather than just the first.\n\