diff options
| author | Eli Zaretskii | 2006-12-22 23:20:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-22 23:20:24 +0000 |
| commit | 3307f085f15cd0e8a1d3de8a8f8ac1db7499f0df (patch) | |
| tree | 6a24c439acb93786323e40410bd82a7057c5bfc6 | |
| parent | d54ee7b4280b3e64cebd1b13c74ebade7384cad1 (diff) | |
| download | emacs-3307f085f15cd0e8a1d3de8a8f8ac1db7499f0df.tar.gz emacs-3307f085f15cd0e8a1d3de8a8f8ac1db7499f0df.zip | |
(sh-make-vars-local): Fix a typo in message string.
| -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. |