From: Eli Zaretskii Date: Fri, 22 Dec 2006 23:20:24 +0000 (+0000) Subject: (sh-make-vars-local): Fix a typo in message string. X-Git-Tag: emacs-pretest-22.0.93~481 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3307f085f15cd0e8a1d3de8a8f8ac1db7499f0df;p=emacs.git (sh-make-vars-local): Fix a typo in message string. --- 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 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.