comparison lisp/progmodes/sh-script.el @ 67647:ccd73c32ce19

* progmodes/sh-script.el (sh-mode): Add keymap to docstring.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 18 Dec 2005 01:18:45 +0000
parents 23ef368e1c3d
children dc49655f57ae 7beb78bc1f8e
comparison
equal deleted inserted replaced
67646:585a898592ba 67647:ccd73c32ce19
1334 shell-specific features. 1334 shell-specific features.
1335 1335
1336 The default style of this mode is that of Rosenblatt's Korn shell book. 1336 The default style of this mode is that of Rosenblatt's Korn shell book.
1337 The syntax of the statements varies with the shell being used. The 1337 The syntax of the statements varies with the shell being used. The
1338 following commands are available, based on the current shell's syntax: 1338 following commands are available, based on the current shell's syntax:
1339 1339 \\<sh-mode-map>
1340 \\[sh-case] case statement 1340 \\[sh-case] case statement
1341 \\[sh-for] for loop 1341 \\[sh-for] for loop
1342 \\[sh-function] function definition 1342 \\[sh-function] function definition
1343 \\[sh-if] if statement 1343 \\[sh-if] if statement
1344 \\[sh-indexed-loop] indexed loop from 1 to n 1344 \\[sh-indexed-loop] indexed loop from 1 to n