gbranden pushed a commit to branch master
in repository groff.

commit 4156bf32951daf3f8c1feb5b33c667756e9d86e8
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jul 28 04:48:35 2023 -0500

    tmac/es.tmac: Fix capitalization nit.
    
    * tmac/es.tmac: Scream the entire word "BIBLIOGRAPHÍA", instead of dying
      off to a murmur at the last two letters.
---
 ChangeLog    | 5 +++++
 tmac/es.tmac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 21cb93bd7..da43ea620 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-07-28  G. Branden Robinson <[email protected]>
+
+       * tmac/es.tmac: Scream the entire word "BIBLIOGRAPHÍA", instead
+       of dying off to a murmur at the last two letters.
+
 2023-07-26  G. Branden Robinson <[email protected]>
 
        [troff]: Add new `.trap` built-in register.
diff --git a/tmac/es.tmac b/tmac/es.tmac
index 0a3e1fef5..59e815095 100644
--- a/tmac/es.tmac
+++ b/tmac/es.tmac
@@ -106,7 +106,7 @@
 .ds \*[locale]-qrf Ver chap\[i ']tulo \\*[Qrfh], p\[a ']gina \\*[Qrfp].\"
 .ds \*[locale]-references Bibliograf\[i ']a\"
 .ds \*[locale]-revision_string Rev.\"
-.ds \*[locale]-rp BIBLIOGRAF\[i ']a\"
+.ds \*[locale]-rp BIBLIOGRAF\[I ']A\"
 .ds \*[locale]-saturday s\[a ']bado\"
 .ds \*[locale]-september septiembre\"
 .ds \*[locale]-sunday domingo\"

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to