diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2026-05-07 17:46:57 +0100 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2026-05-07 17:46:57 +0100 |
| commit | ddde687b3f931137fdfc37daa71fe9b205afeeb0 (patch) | |
| tree | 059b244b4299c39a4940ba811bbd2391bb6913c3 /admin | |
| parent | 0d287aa2761af39f64d5d0d7f4e6b74430ec8b74 (diff) | |
; * admin/admin.el (set-version): Fix punctuation.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el index d4639ce4bc9..305449fd25e 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -192,7 +192,7 @@ Documentation changes might not have been completed!")))) "mv" newsfile oldnewsfile) (when (y-or-n-p "Commit move of NEWS file?") (call-process admin-git-command nil nil nil - "commit" "-m" (format "; Move etc/%s to etc/%s" + "commit" "-m" (format "; Move etc/%s to etc/%s." (file-name-nondirectory newsfile) (file-name-nondirectory oldnewsfile)))) (find-file oldnewsfile) ; to prompt you to commit it |
