diff doc/interpreter/gui.txi @ 20133:21dbaf135667

doc: Periodic spellcheck of documentation. * aspell-octave.en.pws: Add new words to Octave-only dictionary. * gui.txi, cubehelix.m, rgb2ind.m, qmr.m, strsplit.m: Fix spellings or add @nospell{} directive.
author Rik <rik@octave.org>
date Sun, 19 Apr 2015 10:18:08 -0700
parents bf511802add7
children 3af34e1ef330
line wrap: on
line diff
--- a/doc/interpreter/gui.txi	Sun Apr 19 06:53:30 2015 -0300
+++ b/doc/interpreter/gui.txi	Sun Apr 19 10:18:08 2015 -0700
@@ -67,9 +67,9 @@
 @node UI Elements
 @section UI Elements
 
-The ui* series of functions work best with the @code{qt} graphics toolkit,
-although some functionality is available with the @code{fltk} toolkit.  There
-is no support for the @code{gnuplot} toolkit.
+The @nospell{ui*} series of functions work best with the @code{qt} graphics
+toolkit, although some functionality is available with the @code{fltk} toolkit.
+There is no support for the @code{gnuplot} toolkit.
 
 @DOCSTRING(uicontextmenu)