changeset 74829:55f1722d93af

(sh-make-vars-local): Fix a typo in message string.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Dec 2006 23:20:24 +0000
parents c633c56c8543
children 5ea180c923f4
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.