[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Change in '?' behavior is not reflected in the directory header
From: |
Gavin Smith |
Subject: |
Re: Change in '?' behavior is not reflected in the directory header |
Date: |
Fri, 4 Mar 2016 17:37:27 +0000 |
On 4 March 2016 at 17:16, Ken Brown <address@hidden> wrote:
> In r6655 '?' was changed so that it no longer lists all commands. But the
> directory header doesn't still says it does. Here's the trivial patch:
>
> Index: info/dir.c
> ===================================================================
> --- info/dir.c (revision 7037)
> +++ info/dir.c (working copy)
> @@ -74,7 +74,7 @@
> "A few useful Info commands:\n"
> "\n"
> " 'q' quits;\n"
> -" '?' lists all Info commands;\n"
> +" 'H' lists all Info commands;\n"
> " 'h' starts the Info tutorial;\n"
> " 'mTexinfo RET' visits the Texinfo manual, etc.\n"
Okay, thanks a lot. I'll apply this. I'll reply to your other mail as
well, but that will take me longer.