diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-06-23 20:57:26 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-06-23 20:57:26 +0300 |
commit | 5d19bfda3219c9d2d2a94656d842a9019b274b51 (patch) | |
tree | 6837dbc92d818fadb0bd8cc5ffb61d8efd6544d7 | |
parent | fb11294d4156a4be45080ff286a8ee0d5a3ede9b (diff) | |
download | emacs-5d19bfda3219c9d2d2a94656d842a9019b274b51.tar.gz emacs-5d19bfda3219c9d2d2a94656d842a9019b274b51.tar.bz2 emacs-5d19bfda3219c9d2d2a94656d842a9019b274b51.zip |
; * admin/release-branch.txt: Update and fix typo.
-rw-r--r-- | admin/release-branch.txt | 5 |
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 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@ |