On Sunday, November 6th, 2022 at 03:22, Eli Zaretskii wrote: > > > +(defface font-lock-property-face > > + '((t :inherit font-lock-variable-name-face)) > > + "Font Lock mode face used to highlight properties of an object, such > > +as the declaration and use of fields in a struct." > > > The first line of a doc string should be a single complete sentence. > > I suggest to have the detailed description be separate sentences > after the first one. > I wonder if that detailed description is really necessary anymore? Before the doc string read "...highlight properties". Now it reads "...highlight properties of an object." - perhaps that's enough? Regardless, I separated the detailed description out to its own sentence. I also removed the variables.