diff src/mappers.cc @ 11591:1d13679b587e

Use @nospell macro on certain words in docstrings.
author Rik <octave@nomad.inbox5.com>
date Thu, 20 Jan 2011 19:33:32 -0800
parents 12df7854fa7c
children accd03f66982
line wrap: on
line diff
--- a/src/mappers.cc	Thu Jan 20 18:43:39 2011 -0500
+++ b/src/mappers.cc	Thu Jan 20 19:33:32 2011 -0800
@@ -1283,7 +1283,7 @@
     "-*- texinfo -*-\n\
 @deftypefn {Mapping Function} {} isxdigit (@var{s})\n\
 Return a logical array which is true where the elements of @var{s} are\n\
-hexadecimal digits (0-9 and a-fA-F).\n\
+hexadecimal digits (0-9 and @nospell{a-fA-F}).\n\
 @seealso{isdigit}\n\
 @end deftypefn")
 {