XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / lib-src / make-docfile.c
index 930990e..cc55e8c 100644 (file)
@@ -915,7 +915,7 @@ scan_lisp_file (CONST char *filename, CONST char *mode)
              /* Skip until the first newline; remember the two previous chars. */
              while (c != '\n' && c >= 0)
                {
-                 /* ### Kludge -- Ignore any ESC x x ISO2022 sequences */
+                 /* #### Kludge -- Ignore any ESC x x ISO2022 sequences */
                  if (c == 27)
                    {
                      getc (infile);