emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/make-docfile.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lib-src/make-docfile.c
Date: Thu, 15 Nov 2001 10:50:31 -0500

Index: emacs/lib-src/make-docfile.c
diff -u emacs/lib-src/make-docfile.c:1.48 emacs/lib-src/make-docfile.c:1.49
--- emacs/lib-src/make-docfile.c:1.48   Sun Oct 21 09:48:16 2001
+++ emacs/lib-src/make-docfile.c        Thu Nov 15 10:50:31 2001
@@ -79,7 +79,7 @@
 /* Name this program was invoked with.  */
 char *progname;
 
-/* Print error message.  `s1' is printf control string, `s2' is arg for it. */
+/* Print error message.  `s1' is printf control string, `s2' is arg for it.  */
 
 /* VARARGS1 */
 void
@@ -201,7 +201,7 @@
 /* Some state during the execution of `read_c_string_or_comment'.  */
 struct rcsoc_state
 {
-  /* A count of spaces and newlines that have been read, but not output. */
+  /* A count of spaces and newlines that have been read, but not output.  */
   unsigned pending_spaces, pending_newlines;
 
   /* Where we're reading from.  */
@@ -280,7 +280,7 @@
          /* Reset the scanning pointer.  */
          state->cur_keyword_ptr = state->keyword;
 
-         /* Canonicalize whitespace preceding a usage string. */
+         /* Canonicalize whitespace preceding a usage string.  */
          state->pending_newlines = 2;
          state->pending_spaces = 0;
 
@@ -526,7 +526,7 @@
       return 0;
     }
 
-  /* Reset extension to be able to detect duplicate files. */
+  /* Reset extension to be able to detect duplicate files.  */
   filename[strlen (filename) - 1] = extension;
 
   c = '\n';



reply via email to

[Prev in Thread] Current Thread [Next in Thread]