diff options
| -rw-r--r-- | lisp/progmodes/sh-script.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 127799d9447..bf5891db650 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -3100,7 +3100,7 @@ This is always added to the end of the buffer." | |||
| 3100 | ( "pattern, %s: " | 3100 | ( "pattern, %s: " |
| 3101 | > str sh-non-closing-paren \n | 3101 | > str sh-non-closing-paren \n |
| 3102 | > _ \n | 3102 | > _ \n |
| 3103 | ";;" \n \n) | 3103 | ";;" \n) |
| 3104 | > "*" sh-non-closing-paren \n | 3104 | > "*" sh-non-closing-paren \n |
| 3105 | > _ \n | 3105 | > _ \n |
| 3106 | resume: | 3106 | resume: |
| @@ -3288,7 +3288,7 @@ t means to return a list of all possible completions of STRING. | |||
| 3288 | > _ \n | 3288 | > _ \n |
| 3289 | ( "other condition, %s: " | 3289 | ( "other condition, %s: " |
| 3290 | > "elif " str "; then" > \n | 3290 | > "elif " str "; then" > \n |
| 3291 | > \n \n) | 3291 | > \n) |
| 3292 | "else" > \n | 3292 | "else" > \n |
| 3293 | > \n | 3293 | > \n |
| 3294 | resume: | 3294 | resume: |
| @@ -3436,7 +3436,7 @@ option followed by a colon `:' if the option accepts an argument." | |||
| 3436 | v2 nil))) | 3436 | v2 nil))) |
| 3437 | > str "|+" str sh-non-closing-paren \n | 3437 | > str "|+" str sh-non-closing-paren \n |
| 3438 | > _ v2 \n | 3438 | > _ v2 \n |
| 3439 | > ";;" \n \n) | 3439 | > ";;" \n) |
| 3440 | > "*" sh-non-closing-paren \n | 3440 | > "*" sh-non-closing-paren \n |
| 3441 | > "echo" " \"usage: " "`basename $0`" | 3441 | > "echo" " \"usage: " "`basename $0`" |
| 3442 | " [+-" '(setq v1 (point)) str | 3442 | " [+-" '(setq v1 (point)) str |