changeset 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 585a898592ba
children 0f13c8c5ea20
files lisp/ChangeLog lisp/progmodes/sh-script.el
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
 
+	* progmodes/sh-script.el (sh-mode): 
 	* language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
 	* textmodes/picture.el (picture-mode): Update docstrings.
 
--- 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-mode-map>
 \\[sh-case]	 case statement
 \\[sh-for]	 for loop
 \\[sh-function]	 function definition