From 03080b554523732b5d53db62866e70bf090031e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Simen=20Heggest=C3=B8yl?= Date: Mon, 4 Jan 2021 14:04:04 +0100 Subject: [PATCH] Remove extraneous closing paren * doc/lispref/modes.texi (SMIE Indentation Example): Remove extraneous closing paren. --- doc/lispref/modes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 27ca5441f4a..72740868a61 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))))) -- 2.39.2