texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/doc texinfo.txi,1.27,1.28


From: karl
Subject: texinfo/doc texinfo.txi,1.27,1.28
Date: Wed, 18 Feb 2004 23:50:30 +0100

Update of /cvsroot/texinfo/texinfo/doc
In directory sheep:/tmp/cvs-serv11642

Modified Files:
        texinfo.txi 
Log Message:
(Definition Commands): explicitly document the
implicit index entry creation in all cases.


Index: texinfo.txi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** texinfo.txi 18 Feb 2004 14:58:00 -0000      1.27
--- texinfo.txi 18 Feb 2004 22:50:27 -0000      1.28
***************
*** 11227,11231 ****
  @code{@@deffn} enters the name into the index of functions,
  @code{@@defvr} enters it into the index of variables, and so
! address@hidden
  
  A manual need not and should not contain more than one definition for
--- 11227,11231 ----
  @code{@@deffn} enters the name into the index of functions,
  @code{@@defvr} enters it into the index of variables, and so
! on.  @xref{Predefined Indices}.
  
  A manual need not and should not contain more than one definition for
***************
*** 11567,11570 ****
--- 11567,11572 ----
  @end example
  
+ @code{@@deffn} creates an entry in the index of functions.
+ 
  @findex defun
  @item @@defun @var{name} @address@hidden
***************
*** 11603,11613 ****
  @end example
  
- @code{@@defun} creates an entry in the index of functions.
- 
  @findex defmac
  @item @@defmac @var{name} @address@hidden
  The @code{@@defmac} command is the definition command for macros.
  @code{@@defmac} is equivalent to @samp{@@deffn Macro @dots{}} and
! works like @code{@@address@hidden
  
  @findex defspec
--- 11605,11613 ----
  @end example
  
  @findex defmac
  @item @@defmac @var{name} @address@hidden
  The @code{@@defmac} command is the definition command for macros.
  @code{@@defmac} is equivalent to @samp{@@deffn Macro @dots{}} and
! works like @code{@@defun}.
  
  @findex defspec
***************
*** 11617,11623 ****
  @pxref{Special Forms,,, elisp, GNU Emacs Lisp Reference Manual}.)
  @code{@@defspec} is equivalent to @samp{@@deffn @{Special address@hidden
! @dots{}} and works like @code{@@address@hidden
  @end table
  
  @node Variables Commands
  @subsection Variables and Similar Entities
--- 11617,11627 ----
  @pxref{Special Forms,,, elisp, GNU Emacs Lisp Reference Manual}.)
  @code{@@defspec} is equivalent to @samp{@@deffn @{Special address@hidden
! @dots{}} and works like @code{@@defun}.
  @end table
  
+ @code{@@defun}, @code{@@defmac}, and @code{@@defspec} create entries
+ in the index of functions.
+ 
+ 
  @node Variables Commands
  @subsection Variables and Similar Entities
***************
*** 11704,11708 ****
  taste; Emacs has many such (@pxref{Variables,,, emacs, The GNU Emacs
  Manual}).  @code{@@defopt} is equivalent to @samp{@@defvr @{User
! address@hidden @dots{}} and works like @code{@@address@hidden
  @end table
  
--- 11708,11713 ----
  taste; Emacs has many such (@pxref{Variables,,, emacs, The GNU Emacs
  Manual}).  @code{@@defopt} is equivalent to @samp{@@defvr @{User
! address@hidden @dots{}} and works like @code{@@defvar}.  It creates an entry
! in the index of variables.
  @end table
  
***************
*** 11797,11802 ****
  @example
  @group
! @@deftypefn stacks private push
!        (@@address@hidden@}:in out stack;
         @@address@hidden@}:in integer)
  @dots{}
--- 11802,11807 ----
  @example
  @group
! @@deftypefn stacks private push @@
!        (@@address@hidden@}:in out stack; @@
         @@address@hidden@}:in integer)
  @dots{}
***************
*** 11806,11811 ****
  
  @noindent
! (The @code{@@deftypefn} arguments are shown split into three lines, but
! would be a single line in a real Texinfo file.)
  
  In this instance, the procedure is classified as belonging to the
--- 11811,11817 ----
  
  @noindent
! (The @code{@@deftypefn} arguments are shown using continuations
! (@pxref{Def Cmd Continuation Lines}), but could be on a single line in
! a real Texinfo file.)
  
  In this instance, the procedure is classified as belonging to the
***************
*** 11815,11819 ****
  
  @code{@@deftypefn} creates an entry in the index of functions for
! @address@hidden
  
  @item @@deftypefun @var{data-type} @var{name} @address@hidden
--- 11821,11825 ----
  
  @code{@@deftypefn} creates an entry in the index of functions for
! @var{name}.
  
  @item @@deftypefun @var{data-type} @var{name} @address@hidden
***************
*** 12269,12272 ****
--- 12275,12280 ----
  the class @code{bar-class}.  The method takes an argument.
  
+ @code{@@defmethod} creates an entry in the index of functions.
+ 
  @item @@deftypemethod @var{class} @var{data-type} @var{name} @address@hidden
  @findex defmethod
***************
*** 12275,12278 ****
--- 12283,12287 ----
  to the @code{@@defmethod} command with the addition of the
  @var{data-type} parameter to specify the return type of the method.
+ @code{@@deftypemethod} creates an entry in the index of functions.
  
  @end table



reply via email to

[Prev in Thread] Current Thread [Next in Thread]