From: Glenn Morris Date: Wed, 5 Mar 2014 17:14:48 +0000 (-0800) Subject: * etc/NEWS: Fix paren typo from earlier change X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/dffe37a8b1a16cea303237f7942212c2b32ed461 * etc/NEWS: Fix paren typo from earlier change --- diff --git a/etc/NEWS b/etc/NEWS index 52fc2769cf..f0d1b95d10 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -912,7 +912,7 @@ Use `smie-config-save' to save the result. +++ *** You can customize the SMIE indentation of a file by adding an entry to -the file's local variables of the form: `eval: (smie-config-local '(RULES)'. +the file's local variables of the form: `eval: (smie-config-local '(RULES))'. +++ *** New commands `smie-config-show-indent' and `smie-config-set-indent'.