Remove extraneous closing paren
* doc/lispref/modes.texi (SMIE Indentation Example): Remove extraneous closing paren.
This commit is contained in:
parent
99cc0045eb
commit
03080b5545
1 changed files with 1 additions and 1 deletions
|
@ -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)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue