aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-03-04 23:41:48 -0800
committerGlenn Morris2014-03-04 23:41:48 -0800
commit47b73b35c175c76c04da553046cf53f22ba3d2df (patch)
tree543f51de2161bc0085163479b37344df35d0362c /etc
parent65cdacb51ba7324c19adb7c18581fc5cb1402c94 (diff)
downloademacs-47b73b35c175c76c04da553046cf53f22ba3d2df.tar.gz
emacs-47b73b35c175c76c04da553046cf53f22ba3d2df.zip
Try to document some smie changes
* doc/lispref/modes.texi (SMIE Customization): New section. * doc/lispref/elisp.texi (Top): Update detailed menu. * etc/NEWS: Related edits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 24b3f16556a..52fc2769cf7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -904,11 +904,17 @@ All non-ancient Bash versions support this option.
904 904
905** SMIE 905** SMIE
906 906
907*** You can customize the indentation of modes that use SMIE via `smie-config'. 907+++
908*** You can customize the SMIE indentation of a mode via `smie-config'.
908The command `smie-config-guess' can help you derive the appropriate 909The command `smie-config-guess' can help you derive the appropriate
909indentation settings, if you provide it with an indented sample file. 910indentation settings, if you provide it with an indented sample file.
910Use `smie-config-save' to save the result. 911Use `smie-config-save' to save the result.
911 912
913+++
914*** You can customize the SMIE indentation of a file by adding an entry to
915the file's local variables of the form: `eval: (smie-config-local '(RULES)'.
916
917+++
912*** New commands `smie-config-show-indent' and `smie-config-set-indent'. 918*** New commands `smie-config-show-indent' and `smie-config-set-indent'.
913 919
914--- 920---