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:
parent
d54ee7b428
commit
3307f085f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue