From: Glenn Morris Date: Wed, 5 Mar 2014 17:14:48 +0000 (-0800) Subject: * etc/NEWS: Fix paren typo from earlier change X-Git-Tag: emacs-24.3.90~278 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dffe37a8b1a16cea303237f7942212c2b32ed461;p=emacs.git * etc/NEWS: Fix paren typo from earlier change --- diff --git a/etc/NEWS b/etc/NEWS index 52fc2769cf7..f0d1b95d10f 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'.