[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/makeinfo cmds.c,1.7,1.8
From: |
dirt |
Subject: |
texinfo/makeinfo cmds.c,1.7,1.8 |
Date: |
Tue, 23 Dec 2003 13:54:31 +0100 |
Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv29207/makeinfo
Modified Files:
cmds.c
Log Message:
tiny whitespace and wording fixes
Index: cmds.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/cmds.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** cmds.c 2003/12/23 12:40:52 1.7
--- cmds.c 2003/12/23 12:54:29 1.8
***************
*** 676,680 ****
/* We keep acronyms with two arguments around, to be able to refer to them
! later with only one argument.*/
static ACRONYM_DESC *acronyms_stack = NULL;
--- 676,680 ----
/* We keep acronyms with two arguments around, to be able to refer to them
! later with only one argument. */
static ACRONYM_DESC *acronyms_stack = NULL;
***************
*** 733,739 ****
else if (acronyms_stack)
{
! /* No second argument, get from previous. Searching is from last to
! first defined, so we get the most recent version of the
! description. */
ACRONYM_DESC *temp = acronyms_stack;
--- 733,739 ----
else if (acronyms_stack)
{
! /* No second argument, get from previous. Search order is from
! last to first defined, so we get the most recent version of
! the description. */
ACRONYM_DESC *temp = acronyms_stack;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/makeinfo cmds.c,1.7,1.8,
dirt <=