bug-texinfo
[Top][All Lists]
Advanced

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

[indices.c] Typo


From: Jesper Harder
Subject: [indices.c] Typo
Date: Wed, 13 Aug 2003 14:49:26 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Hi,

A small typo in `index-apropos' (whoses -> whose):

diff -c /home/harder/texinfo-4.6/info/indices.c\~ 
/home/harder/texinfo-4.6/info/indices.c
*** /home/harder/texinfo-4.6/info/indices.c~    Tue Feb 11 17:39:06 2003
--- /home/harder/texinfo-4.6/info/indices.c     Wed Aug 13 14:42:55 2003
***************
*** 664,670 ****
  
            initialize_message_buffer ();
            printf_to_message_buffer
!             (_("\n* Menu: Nodes whoses indices contain \"%s\":\n"), line);
            line_buffer = (char *)xmalloc (500);
  
            for (i = 0; apropos_list[i]; i++)
--- 664,670 ----
  
            initialize_message_buffer ();
            printf_to_message_buffer
!             (_("\n* Menu: Nodes whose indices contain \"%s\":\n"), line);
            line_buffer = (char *)xmalloc (500);
  
            for (i = 0; apropos_list[i]; i++)

Diff finished at Wed Aug 13 14:43:02





reply via email to

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