Remove DATA_SEG_BITS.
[bpt/emacs.git] / admin / admin.el
index 8f21ced..007cb06 100644 (file)
@@ -78,7 +78,7 @@ Root must be the root of an Emacs source tree."
     (user-error "%s doesn't seem to be the root of an Emacs source tree" root))
   ;; There's also a "version 3" (standing for GPLv3) at the end of
   ;; `README', but since `set-version-in-file' only replaces the first
-  ;; occurence, it won't be replaced.
+  ;; occurrence, it won't be replaced.
   (set-version-in-file root "README" version
                       (rx (and "version" (1+ space)
                                (submatch (1+ (in "0-9."))))))
@@ -508,9 +508,6 @@ style=\"text-align:left\">")
                 ;; The Emacs and Elisp manual have some text at the
                 ;; start of the detailed menu that is not part of the menu.
                 ;; Other manuals do not.
-                ;; FIXME Texinfo 4 branch does not handle this correctly.
-                ;; See eg s/emacs/manual/html_node/eintr/index.html
-                ;; start of "Detailed Node Listing".
                 (if (re-search-forward "in one step:" (line-end-position 3) t)
                     (forward-line 1))
                 (insert "</p>\n")
@@ -568,7 +565,12 @@ style=\"text-align:left\">")
          (replace-match "  </td></tr></table>\n
 <h3>Detailed Node Listing</h3>\n\n" t t)
          (search-forward "<p>")
-         (search-forward "<p>" nil t)
+         ;; FIXME Fragile!
+         ;; The Emacs and Elisp manual have some text at the
+         ;; start of the detailed menu that is not part of the menu.
+         ;; Other manuals do not.
+         (if (looking-at "Here are some other nodes")
+             (search-forward "<p>"))
          (goto-char (match-beginning 0))
          (skip-chars-backward "\n ")
          (setq open-td nil)