all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Cc: "Simen Heggestøyl" <simenheg@gmail.com>
Subject: Re: emacs-27 03080b5: Remove extraneous closing paren
Date: Mon, 04 Jan 2021 13:13:12 -0500	[thread overview]
Message-ID: <jwvsg7gsh98.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20210104170420.3113A20CB7@vcs0.savannah.gnu.org> (Eli Zaretskii's message of "Mon,  4 Jan 2021 12:04:19 -0500 (EST)")

> 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	other threads:[~2021-01-04 18:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210104170418.482.54238@vcs0.savannah.gnu.org>
     [not found] ` <20210104170420.3113A20CB7@vcs0.savannah.gnu.org>
2021-01-04 18:13   ` Stefan Monnier [this message]
2021-01-05 11:25     ` emacs-27 03080b5: Remove extraneous closing paren Simen Heggestøyl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvsg7gsh98.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=simenheg@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.