bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#37324: Small typo in Emacs manual (frame parameters)


From: Sebastian Urban
Subject: bug#37324: Small typo in Emacs manual (frame parameters)
Date: Sat, 7 Sep 2019 21:14:31 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

In Emacs manual INFO 21.11 Frame Parameters
- (add-to-list 'default-frame-alist '(width  . 90))
+ (add-to-list 'default-frame-alist '(width . 90))
(...)
I think there is one unnecessary "space".

That's on purpose: the example tries to align this line with the
next.

Ok, so I'm guessing that the number of spaces - in this example -
before and after the dot is insignificant from perspective of the code
(well, perhaps 1 is needed).  But... is changing the insides of the
code example just to align it to the next line is reasonable?  If
everywhere (I think) there is PARAMETER-ONE_SPACE-DOT-ONE_SPACE-VALUE
perhaps it would be better to stick to that, because otherwise someone
may think that there is an error in the code example.





reply via email to

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