diff options
| author | Chong Yidong | 2010-02-28 16:34:58 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-02-28 16:34:58 -0500 |
| commit | 449d63fdc079b495275ba7ba7930b412f3d795c5 (patch) | |
| tree | e8cc26fd19138c4cb9321589bfabba76ebcd9981 | |
| parent | 71572c0330cd8ba69e47bacab1f0764878702233 (diff) | |
| download | emacs-449d63fdc079b495275ba7ba7930b412f3d795c5.tar.gz emacs-449d63fdc079b495275ba7ba7930b412f3d795c5.zip | |
Minor doc fix.
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index ca0971bf675..610fa14489a 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1186,7 +1186,7 @@ subshells can nest." | |||
| 1186 | "Variables controlling indentation in shell scripts. | 1186 | "Variables controlling indentation in shell scripts. |
| 1187 | 1187 | ||
| 1188 | Note: customizing these variables will not affect existing buffers if | 1188 | Note: customizing these variables will not affect existing buffers if |
| 1189 | `sh-make-vars-local' is no-nil. See the documentation for | 1189 | `sh-make-vars-local' is non-nil. See the documentation for |
| 1190 | variable `sh-make-vars-local', command `sh-make-vars-local' | 1190 | variable `sh-make-vars-local', command `sh-make-vars-local' |
| 1191 | and command `sh-reset-indent-vars-to-global-values'." | 1191 | and command `sh-reset-indent-vars-to-global-values'." |
| 1192 | :group 'sh-script) | 1192 | :group 'sh-script) |