close 72757 30.0.60
thanks
>> > M-: (modify-syntax-entry ?' "\"") RET
>> >
>> > in the NEWS buffer and C-h o seems to work everywhere. I am not sure if
>> > we want ' to be "string quote" or punctuation like " already is, or
>> > something else.
>>
>> Thanks, this looks like the right thing
Eli Zaretskii writes:
> I made that change, but please note that it is not enough to show each
> symbol in NEWS as the default when you type "C-h o". This is because
> "C-h o" tests symbol-at-point for being bound, either as a function or
> a variable or a face etc., and if the corresponding lib
> From: Juri Linkov
> Cc: Eli Zaretskii , 72...@debbugs.gnu.org
> Date: Fri, 23 Aug 2024 09:27:17 +0300
>
> > M-: (modify-syntax-entry ?' "\"") RET
> >
> > in the NEWS buffer and C-h o seems to work everywhere. I am not sure if
> > we want ' to be "string quote" or punctuation like " alread