From: Eli Zaretskii Date: Mon, 5 May 2025 11:51:56 +0000 (+0300) Subject: ; * doc/lispref/tips.texi (Library Headers): Fix wording (bug#78253). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa626cb83c42fb1381a52548bc1f1c6f99039238;p=emacs.git ; * doc/lispref/tips.texi (Library Headers): Fix wording (bug#78253). (cherry picked from commit b172a1478c16067d88b3a79eed857f265cafb1b7) --- diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index ed9a6feb305..645d784b12f 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -1218,10 +1218,10 @@ lines. Here is a table of them: @table @samp @item ;;; Commentary: This begins introductory comments that explain how the library works. -It should come right after the copying permissions, terminated by a -@samp{Change Log}, @samp{History} or @samp{Code} comment line. This -text is used by the Finder package, so it should make sense in that -context. +It should come right after the copying permissions, and is terminated by +one of the comment lines described below: @samp{Change Log}, +@samp{History} or @samp{Code}. This text is used by the Finder package, +so it should make sense in that context. @item ;;; Change Log: This begins an optional log of changes to the file over time. Don't