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: Robert Pluim
Subject: Re: master 95e8c7d 1/2: ; Fix typos
Date: Fri, 09 Oct 2020 15:57:35 +0200

>>>>> 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.

Robert
-- 



reply via email to

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