NEWS: improve wordings in entry deprecating suffix-less info files
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 3 Jan 2013 18:02:52 +0000 (19:02 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 3 Jan 2013 18:03:05 +0000 (19:03 +0100)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index b8106ad..02a34df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -53,7 +53,15 @@ New in 1.13.2:
 
   - Use of suffix-less info files (that can be specified through the
     '@setfilename' macro in Texinfo input files) is discouraged, and
-    its use will raise warnings in the 'obsolete' category.
+    its use will raise warnings in the 'obsolete' category.  Simply
+    use the '.info' extension for all your info files, transforming
+    usages like:
+
+        @setfilename myprogram
+
+    into:
+
+        @setfilename myprogram.info
 
   - Use of Texinfo input files with '.txi' or '.texinfo' extensions
     is discouraged, and its use will raise warnings in the 'obsolete'