Eli Zaretskii writes: > > > Perhaps the "Absence of Warranty" and "Copying Conditions" could be > > > merged into one line? > > > > Are there any legal implications here? Otherwise, I agree that it > > would be a good change. > > I'd rather we didn't merge them, they are quite different issues. Fine by me. > > @@ -1648,6 +1648,8 @@ fancy-about-text > > :link ("Ordering Manuals" ,(lambda (_button) (view-order-manuals))) > > "\tBuying printed manuals from the FSF\n" > > "\n" > > + :link ("Emacs Manual" ,(lambda (_button) (info-emacs-manual))) > > + "\tDisplay the Emacs manual in Info mode\n" > > This should come after the Overview, IMO. Fixed. > > - "\tSee an overview of Emacs features at gnu.org")) > > + "\tSee an overview of Emacs features at gnu.org\n")) > > Why do we need this extra newline? That was included by mistake, but is necessary if the manual is the last entry. So I'm keeping it here. Please find attached an updated patch. Best regards, Stefan Kangas