# HG changeset patch # User Eli Zaretskii # Date 1166829624 0 # Node ID 55f1722d93afaf2a01c88af51eff52f84d181891 # Parent c633c56c8543bb647a9906214bdd13741317c1f6 (sh-make-vars-local): Fix a typo in message string. diff -r c633c56c8543 -r 55f1722d93af lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Fri Dec 22 23:13:53 2006 +0000 +++ b/lisp/progmodes/sh-script.el Fri Dec 22 23:20:24 2006 +0000 @@ -1890,7 +1890,7 @@ command `sh-reset-indent-vars-to-global-values'." (interactive) (mapcar 'make-local-variable sh-var-list) - (message "Indentation variable are now local.")) + (message "Indentation variables are now local.")) (defun sh-reset-indent-vars-to-global-values () "Reset local indentation variables to the global values.