]> code.delx.au - gnu-emacs/blobdiff - lib-src/digest-doc.c
ChangeLog
[gnu-emacs] / lib-src / digest-doc.c
index a6510f39f1513dee3af80cdb164f5101784152d7..09878543d4482c64f767fc599065cdb8333d2fc2 100644 (file)
@@ -1,4 +1,4 @@
-/* Give this program DOCSTR.mm.nn as standard input and it outputs to
+/* Give this program DOC-mm.nn.oo as standard input and it outputs to
    standard output a file of nroff output containing the doc strings.
 
    Copyright (C) 1987, 1994, 2001  Free Software Foundation Inc.
@@ -19,7 +19,7 @@
    along with GNU Emacs; see the file COPYING.  If not, write to the
    Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.
-   
+
    See also sorted-doc.c, which produces similar output
    but in texinfo format and sorted by function/variable name.  */
 
@@ -65,3 +65,6 @@ main ()
     }
   return 0;
 }
+
+/* arch-tag: 2ba2c9b0-4157-4eba-bd9f-967e3677e35f
+   (do not change this comment) */