[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[5608] re-add "info ls" example; info-version in NEWS
From: |
karl |
Subject: |
[5608] re-add "info ls" example; info-version in NEWS |
Date: |
Sun, 25 May 2014 23:06:40 +0000 |
Revision: 5608
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5608
Author: karl
Date: 2014-05-25 23:06:38 +0000 (Sun, 25 May 2014)
Log Message:
-----------
re-add "info ls" example; info-version in NEWS
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/doc/info-stnd.texi
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2014-05-25 19:46:06 UTC (rev 5607)
+++ trunk/ChangeLog 2014-05-25 23:06:38 UTC (rev 5608)
@@ -5,6 +5,7 @@
* info/session.c (info_info_version): New command to show version
of program.
+ * NEWS,
* doc/info-stnd.texi (Miscellanous Commands): Document "M-x
info-version".
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2014-05-25 19:46:06 UTC (rev 5607)
+++ trunk/NEWS 2014-05-25 23:06:38 UTC (rev 5608)
@@ -42,6 +42,7 @@
. invoking info with an absolute or explicitly relative file name
(./foo.info, /tmp/foo.info, etc.) just visits that file.
. new option --init-file allows overriding ~/.info.
+ . new command M-x info-version.
. new variable infopath-no-defaults allows omitting the compile-time
Info directory from the Info search path.
. test suite at build time.
Modified: trunk/doc/info-stnd.texi
===================================================================
--- trunk/doc/info-stnd.texi 2014-05-25 19:46:06 UTC (rev 5607)
+++ trunk/doc/info-stnd.texi 2014-05-25 23:06:38 UTC (rev 5608)
@@ -151,10 +151,23 @@
@end example
This looks for an entry labelled @code{coreutils}, or
address@hidden, etc., and if found, displays the referenced file at
-the location given. @code{info coreu} will find it too, if there is
-no better match.
address@hidden, etc., and if found, displays the referenced file
+(e.g., @file{coreutils.info}) at the location given.
address@hidden coreu} will find it too, if there is no better match.
+Another example:
+
address@hidden
+info ls
address@hidden example
+
+Assuming the normal @code{dir} entry for @code{ls}, this will show the
address@hidden documentation, which happens to be within the
address@hidden manual rather than a separate manual. The @code{dir}
+entries can point to an any node within a manual, so that users don't
+have to be concerned with the exact structure used by different
+authors.
+
@cindex compressed Info files
@cindex files, compressed
@cindex Info files, compressed
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [5608] re-add "info ls" example; info-version in NEWS,
karl <=