comparison scripts/help/help.m @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents 889e2c083253 446c46af4b42
children 0e1f5a750d00
comparison
equal deleted inserted replaced
19624:6d75f1683ce8 19628:fe689210525c
125 endif 125 endif
126 126
127 endfunction 127 endfunction
128 128
129 function retval = do_list_operators () 129 function retval = do_list_operators ()
130 130
131 retval = sprintf ("*** operators:\n\n%s\n\n", 131 retval = sprintf ("*** operators:\n\n%s\n\n",
132 list_in_columns (__operators__ ())); 132 list_in_columns (__operators__ ()));
133 endfunction 133 endfunction
134 134
135 function retval = do_list_functions () 135 function retval = do_list_functions ()