aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorEli Zaretskii2024-06-23 20:57:26 +0300
committerEli Zaretskii2024-06-23 20:57:26 +0300
commit5d19bfda3219c9d2d2a94656d842a9019b274b51 (patch)
tree6837dbc92d818fadb0bd8cc5ffb61d8efd6544d7 /admin
parentfb11294d4156a4be45080ff286a8ee0d5a3ede9b (diff)
downloademacs-5d19bfda3219c9d2d2a94656d842a9019b274b51.tar.gz
emacs-5d19bfda3219c9d2d2a94656d842a9019b274b51.zip
; * admin/release-branch.txt: Update and fix typo.
Diffstat (limited to 'admin')
-rw-r--r--admin/release-branch.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/release-branch.txt b/admin/release-branch.txt
index 0c393a9eccb..b59bc12dfb9 100644
--- a/admin/release-branch.txt
+++ b/admin/release-branch.txt
@@ -42,7 +42,8 @@ Instructions for cutting the Emacs release branch
42 42
43 M-x set-version RET XY+1.0.50 RET 43 M-x set-version RET XY+1.0.50 RET
44 44
45 This creates a new file etc/NEWS.XY. "git add" it. 45 This creates a new file etc/NEWS. "git add" it.
46 (The original NEWS gets renamed into NEWS.XY.)
46 47
47 Change the value of 'customize-changed-options-previous-release' 48 Change the value of 'customize-changed-options-previous-release'
48 in cus-edit.el to reference emacs-XY.1, the next version to be 49 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
60 module_env_snippet_XY+1="$srcdir/src/module-env-XY+1.h" 61 module_env_snippet_XY+1="$srcdir/src/module-env-XY+1.h"
61 62
62 . adding a new 'struct emacs_env_XY+1' to src/emacs-module.h.in, 63 . adding a new 'struct emacs_env_XY+1' to src/emacs-module.h.in,
63 with the contents identical to'struct emacs_env_XY', with one 64 with the contents identical to 'struct emacs_env_XY', with one
64 line added: 65 line added:
65 66
66 @module_env_snippet_XY+1@ 67 @module_env_snippet_XY+1@