diff options
| author | Glenn Morris | 2014-03-04 23:41:48 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-03-04 23:41:48 -0800 |
| commit | 47b73b35c175c76c04da553046cf53f22ba3d2df (patch) | |
| tree | 543f51de2161bc0085163479b37344df35d0362c /etc | |
| parent | 65cdacb51ba7324c19adb7c18581fc5cb1402c94 (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -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'. | ||
| 908 | The command `smie-config-guess' can help you derive the appropriate | 909 | The command `smie-config-guess' can help you derive the appropriate |
| 909 | indentation settings, if you provide it with an indented sample file. | 910 | indentation settings, if you provide it with an indented sample file. |
| 910 | Use `smie-config-save' to save the result. | 911 | Use `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 | ||
| 915 | the 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 | --- |