bug-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/3] Docstring improvements (via checkdoc)


From: Jose E. Marchesi
Subject: Re: [PATCH 2/3] Docstring improvements (via checkdoc)
Date: Wed, 11 Nov 2020 12:29:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>>> Why oving the provide after the local variables block?
>>>
>>> That's just what checkdoc recommends.  Apparently the justification is
>>> that the provide must be the last line on every file.
>>>
>>> [0]
>>> https://www.gnu.org/software/emacs/manual/html_node/elisp/Named-Features.html#Named-Features
>>
>> I see.  But then what about the ;; foo ends here comment?
>>
>
> Yet another Emacs Lisp quirk. Apparently[0] it's used to distinguish
> between truncated versions of the file.
>
> [0] 
> https://www.gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html

Yeah, but how do you concile that with the fact the provide should be
the last line on the file? :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]