(Sorry for the delayed reply.) On Sat, 26 Apr 2025 11:29:15 +0300 Eli Zaretskii wrote: >> From: Stephen Berman >> Cc: eliz@gnu.org, drew.adams@oracle.com >> Date: Fri, 25 Apr 2025 15:48:54 +0200 >> >> I've attached a patch for emacs-30 and have several remarks concerning >> it. First, regarding my first point above, since the parent node >> already says "The major mode controls which delimiters are significant >> [...]", I now think there is no need to reiterate it here. > > I think it is still a good idea to mention that. The manual is not > always read in the logical order of the chapters and sections. In > fact, in most cases people are supposed to use Info-index to land > directly on this text and read it without reading the parent section. [...] Thanks for you're detailed critique of my patch; I agree with almost all of your points, and in the attached patch tried to take them into account. I also spent some time trying to better understand the effect of the user options mentioned in this node (there are other user options in electric-pair.el but they require writing Lisp, which I suppose is why weren't documented in the Emacs manual, and I don't think they should be added). This has resulted in (I hope) more accurate and clearer, but also longer, descriptions. If you find them too long or still not clear enough, I welcome suggestions to improve them. For this reason I haven't yet tried to improve the doc strings of the options, and would also welcome suggestions for these (in particular, for the first line of each option). Steve Berman