diff options
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
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 | ||
| 3593 | If `sh-use-smie' is non-nil, call `smie-config-guess'. | 3593 | If `sh-use-smie' is non-nil, call `smie-config-guess'. |
| 3594 | Otherwise, run the sh-script specific indent learning command, as | 3594 | Otherwise, run the sh-script specific indent learning command, as |
| 3595 | decribed below. | 3595 | described below. |
| 3596 | 3596 | ||
| 3597 | Output in buffer \"*indent*\" shows any lines which have conflicting | 3597 | Output in buffer \"*indent*\" shows any lines which have conflicting |
| 3598 | values of a variable, and the final value of all variables learned. | 3598 | values of a variable, and the final value of all variables learned. |