diff options
| -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 f94b93ffacf..636108692fd 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1890,7 +1890,7 @@ To revert all these variables to the global values, use | |||
| 1890 | command `sh-reset-indent-vars-to-global-values'." | 1890 | command `sh-reset-indent-vars-to-global-values'." |
| 1891 | (interactive) | 1891 | (interactive) |
| 1892 | (mapcar 'make-local-variable sh-var-list) | 1892 | (mapcar 'make-local-variable sh-var-list) |
| 1893 | (message "Indentation variable are now local.")) | 1893 | (message "Indentation variables are now local.")) |
| 1894 | 1894 | ||
| 1895 | (defun sh-reset-indent-vars-to-global-values () | 1895 | (defun sh-reset-indent-vars-to-global-values () |
| 1896 | "Reset local indentation variables to the global values. | 1896 | "Reset local indentation variables to the global values. |