aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorPaul Eggert2017-09-29 16:40:18 -0700
committerPaul Eggert2017-09-29 16:41:50 -0700
commitbbda601d1d4e125c9d3c374b56eee3e2e9623f1d (patch)
tree7df68498e8103e168d413adaa16d00269887da4f /lisp/progmodes
parent695cf5300b4f5b0a8f3bd615b3259a99c5532b5e (diff)
downloademacs-bbda601d1d4e125c9d3c374b56eee3e2e9623f1d.tar.gz
emacs-bbda601d1d4e125c9d3c374b56eee3e2e9623f1d.zip
; Spelling fixes
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 14598bcafb9..2a867bb3655 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -3592,7 +3592,7 @@ so that `occur-next' and `occur-prev' will work."
3592 3592
3593If `sh-use-smie' is non-nil, call `smie-config-guess'. 3593If `sh-use-smie' is non-nil, call `smie-config-guess'.
3594Otherwise, run the sh-script specific indent learning command, as 3594Otherwise, run the sh-script specific indent learning command, as
3595decribed below. 3595described below.
3596 3596
3597Output in buffer \"*indent*\" shows any lines which have conflicting 3597Output in buffer \"*indent*\" shows any lines which have conflicting
3598values of a variable, and the final value of all variables learned. 3598values of a variable, and the final value of all variables learned.