emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-27 03080b5: Remove extraneous closing paren


From: Stefan Monnier
Subject: Re: emacs-27 03080b5: Remove extraneous closing paren
Date: Mon, 04 Jan 2021 13:13:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
> index 27ca544..7274086 100644
> --- a/doc/lispref/modes.texi
> +++ b/doc/lispref/modes.texi
> @@ -4165,7 +4165,7 @@ Here is an example of an indentation function:
>      (`(,_ . ",") (smie-rule-separator kind))
>      (`(:after . ":=") sample-indent-basic)
>      (`(:before . ,(or `"begin" `"(" `"@{")))
> -     (if (smie-rule-hanging-p) (smie-rule-parent)))
> +     (if (smie-rule-hanging-p) (smie-rule-parent))
>      (`(:before . "if")
>       (and (not (smie-rule-bolp)) (smie-rule-prev-p "else")
>            (smie-rule-parent)))))

Really?


        Stefan




reply via email to

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