; * doc/lispref/tips.texi (Library Headers): Fix wording (bug#78253).

This commit is contained in:
Eli Zaretskii
2025-05-05 14:51:56 +03:00
parent 81629b2b2b
commit b172a1478c

View File

@@ -1213,10 +1213,10 @@ lines. Here is a table of them:
@table @samp @table @samp
@item ;;; Commentary: @item ;;; Commentary:
This begins introductory comments that explain how the library works. This begins introductory comments that explain how the library works.
It should come right after the copying permissions, terminated by a It should come right after the copying permissions, and is terminated by
@samp{Change Log}, @samp{History} or @samp{Code} comment line. This one of the comment lines described below: @samp{Change Log},
text is used by the Finder package, so it should make sense in that @samp{History} or @samp{Code}. This text is used by the Finder package,
context. so it should make sense in that context.
@item ;;; Change Log: @item ;;; Change Log:
This begins an optional log of changes to the file over time. Don't This begins an optional log of changes to the file over time. Don't