1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(sh-make-vars-local): Fix a typo in message string.

This commit is contained in:
Eli Zaretskii 2006-12-22 23:20:24 +00:00
parent d54ee7b428
commit 3307f085f1

View 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.