]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/sh-script.el (sh-mode): Add keymap to docstring.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 18 Dec 2005 01:18:45 +0000 (01:18 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 18 Dec 2005 01:18:45 +0000 (01:18 +0000)
lisp/ChangeLog
lisp/progmodes/sh-script.el

index 2f710c9e8058a8abb939f21ffc2ddbcafb8bffd2..1de28aabec71a717c565fa485ac8b1e0f3f3a69b 100644 (file)
@@ -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.
 
index 5728499db437751dadcef84a1fc0049815c32854..51291d717b6a7168afac595440a40e745cef0f9d 100644 (file)
@@ -1336,7 +1336,7 @@ shell-specific features.
 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