[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Change in '?' behavior is not reflected in the directory header
From: |
Ken Brown |
Subject: |
Change in '?' behavior is not reflected in the directory header |
Date: |
Fri, 4 Mar 2016 12:16:39 -0500 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 |
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"
Ken
- Change in '?' behavior is not reflected in the directory header,
Ken Brown <=