# HG changeset patch # User Chong Yidong # Date 1134868725 0 # Node ID ccd73c32ce199e027184cd21b693e9e30b321bc3 # Parent 585a898592bab342e5c2c9856e95716ce09ceada * progmodes/sh-script.el (sh-mode): Add keymap to docstring. diff -r 585a898592ba -r ccd73c32ce19 lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 18 01:17:27 2005 +0000 +++ b/lisp/ChangeLog Sun Dec 18 01:18:45 2005 +0000 @@ -1,5 +1,6 @@ 2005-12-17 Chong Yidong + * progmodes/sh-script.el (sh-mode): * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker): * textmodes/picture.el (picture-mode): Update docstrings. diff -r 585a898592ba -r ccd73c32ce19 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Sun Dec 18 01:17:27 2005 +0000 +++ b/lisp/progmodes/sh-script.el Sun Dec 18 01:18:45 2005 +0000 @@ -1336,7 +1336,7 @@ The default style of this mode is that of Rosenblatt's Korn shell book. The syntax of the statements varies with the shell being used. The following commands are available, based on the current shell's syntax: - +\\ \\[sh-case] case statement \\[sh-for] for loop \\[sh-function] function definition