diff options
| author | Juanma Barranquero | 2003-06-16 21:41:18 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-06-16 21:41:18 +0000 |
| commit | 8f0b0ca5f51401c2d375245cec10e074dc5bbaf0 (patch) | |
| tree | c80844996a869f7a701039a7e6ee2c8f9780fa2e | |
| parent | 0a2d0bd4dbf5fad1c0c6f09c4e815001e9f303d2 (diff) | |
| download | emacs-8f0b0ca5f51401c2d375245cec10e074dc5bbaf0.tar.gz emacs-8f0b0ca5f51401c2d375245cec10e074dc5bbaf0.zip | |
(sh-while-getopts, sh-if, sh-case): Revert part of previous change.
| -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 |