GNU bug report logs -
#22000
25.0.50; Running dired changes frame width, gtk_distribute_natural_allocation throws assertion
Previous Next
Full log
View this message in rfc822 format
> > FWIW - AFAIK, it is not Emacs convention to add a blank line
> > between the first and second lines of text in a doc string.
>
> Quite a few of doc strings do leave an empty line there, and I find
> nothing wrong with that.
There are quite a few places in Emacs where things
are done in a less than ideal or conventional way.
Nothing-wrong versus room-for-improvement, perhaps.
FWIW, to me, *Help* output like this, for
`whitespace-toggle-option-alist', is less than ideal:
-----------------------------
Alist of toggle options.
Each element has the form:
(CHAR . SYMBOL)
Where:
CHAR is a char which the user will have to type.
SYMBOL is a valid symbol associated with CHAR.
See 'whitespace-style-value-list'.
-----------------------------
This is clearer, IMO:
-----------------------------
Alist of toggle options.
Each element has the form (CHAR . SYMBOL), where:
CHAR is a char which the user will have to type.
SYMBOL is a valid symbol associated with CHAR.
See `whitespace-style-value-list'.
-----------------------------
This bug report was last modified 5 years and 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.