emacs-devel
[Top][All Lists]
Advanced

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

Re: master 95e8c7d 1/2: ; Fix typos


From: Eli Zaretskii
Subject: Re: master 95e8c7d 1/2: ; Fix typos
Date: Fri, 09 Oct 2020 17:40:15 +0300

> From: Robert Pluim <rpluim@gmail.com>
> Date: Fri, 09 Oct 2020 15:57:35 +0200
> Cc: Stefan Kangas <stefan@marxist.se>
> 
> >>>>> On Fri,  9 Oct 2020 09:42:51 -0400 (EDT), stefankangas@gmail.com 
> >>>>> (Stefan Kangas) said:
> 
>     Stefan>  (defmacro semantic-parse-tree-unparseable ()
>     Stefan> -  "Indicate that the current buffer is unparseable.
>     Stefan> +  "Indicate that the current buffer is unparsable.
>     Stefan>  It is also true that the parse tree will need either updating or
>     Stefan>  a rebuild.  This state will be changed when the user edits the 
> buffer."
>     Stefan>    '(setq semantic-parse-tree-state 'unparseable))
>  
>     Stefan>  (defmacro semantic-parse-tree-unparseable-p ()
>     Stefan> -  "Return non-nil if the current buffer has been marked 
> unparseable."
>     Stefan> +  "Return non-nil if the current buffer has been marked 
> unparsable."
>     Stefan>    '(eq semantic-parse-tree-state 'unparseable))
> 
> The highly accurate method of googling both and comparing the counts
> is not in favour of this change. The principle of making the
> documentation and the code align is *definitely* not in favour of this
> change.

See also

  https://en.wiktionary.org/wiki/parsable



reply via email to

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