aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 9be6f4a6071..d75612cb51f 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -151,7 +151,7 @@ Root must be the root of an Emacs source tree."
151 (display-warning 'admin 151 (display-warning 'admin
152 "NEWS file contains empty sections - remove them?")) 152 "NEWS file contains empty sections - remove them?"))
153 (goto-char (point-min)) 153 (goto-char (point-min))
154 (if (re-search-forward "^\\(\\+\\+\\+ *$\\|--- *$\\|Temporary note:\\)" nil t) 154 (if (re-search-forward "^\\(\\+\\+\\+? *$\\|---? *$\\|Temporary note:\\)" nil t)
155 (display-warning 'admin 155 (display-warning 'admin
156 "NEWS file still contains temporary markup. 156 "NEWS file still contains temporary markup.
157Documentation changes might not have been completed!")))) 157Documentation changes might not have been completed!"))))