]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-make-vars-local): Fix a typo in message string.
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 23:20:24 +0000 (23:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 23:20:24 +0000 (23:20 +0000)
lisp/progmodes/sh-script.el

index f94b93ffacf0b6b121fce3ea23d7e74295a6a0fe..636108692fd6832256c81731ebdb77c32a6a6ae0 100644 (file)
@@ -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.