]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/release-branch.txt: Update and fix typo.
authorEli Zaretskii <eliz@gnu.org>
Sun, 23 Jun 2024 17:57:26 +0000 (20:57 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 24 Jun 2024 07:16:18 +0000 (09:16 +0200)
(cherry picked from commit 5d19bfda3219c9d2d2a94656d842a9019b274b51)

admin/release-branch.txt

index 0c393a9eccbc22b022ed6b506c5a2e32c2304049..b59bc12dfb9c1885d191321e36bb0fd6d7e13653 100644 (file)
@@ -42,7 +42,8 @@ Instructions for cutting the Emacs release branch
 
      M-x set-version RET XY+1.0.50 RET
 
-    This creates a new file etc/NEWS.XY.  "git add" it.
+    This creates a new file etc/NEWS.  "git add" it.
+    (The original NEWS gets renamed into NEWS.XY.)
 
     Change the value of 'customize-changed-options-previous-release'
     in cus-edit.el to reference emacs-XY.1, the next version to be
@@ -60,7 +61,7 @@ Instructions for cutting the Emacs release branch
        module_env_snippet_XY+1="$srcdir/src/module-env-XY+1.h"
 
      . adding a new 'struct emacs_env_XY+1' to src/emacs-module.h.in,
-       with the contents identical to'struct emacs_env_XY', with one
+       with the contents identical to 'struct emacs_env_XY', with one
        line added:
 
          @module_env_snippet_XY+1@