comparison scripts/help/type.m @ 9724:f22bbc5d56e9

Fix various incorrect usages of TeXinfo deffn and deftypefn macros which were causing bad entries in the function index.
author Rik <rdrider0-list@yahoo.com>
date Tue, 13 Oct 2009 21:10:37 -0700
parents 4cb9f994dcec
children 51c21837686f
comparison
equal deleted inserted replaced
9723:f426899f4b9c 9724:f22bbc5d56e9
13 ## You should have received a copy of the GNU General Public License 13 ## You should have received a copy of the GNU General Public License
14 ## along with this program; see the file COPYING. If not, see 14 ## along with this program; see the file COPYING. If not, see
15 ## <http://www.gnu.org/licenses/>. 15 ## <http://www.gnu.org/licenses/>.
16 16
17 ## -*- texinfo -*- 17 ## -*- texinfo -*-
18 ## @deftypefn {Command} type options name @dots{} 18 ## @deftypefn {Command} {} type @var{name} @dots{}
19 ## @deftypefnx {Command} {} type -q @var{name} @dots{}
20 ## @deftypefnx {Function File} {defs =} type ("@var{name}", @dots{})
19 ## Display the definition of each @var{name} that refers to a function. 21 ## Display the definition of each @var{name} that refers to a function.
20 ## 22 ##
21 ## Normally also displays whether each @var{name} is user-defined or built-in; 23 ## Normally also displays whether each @var{name} is user-defined or built-in;
22 ## the @code{-q} option suppresses this behavior. 24 ## the @code{-q} option suppresses this behavior.
23 ## 25 ##