summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2005-12-18 01:18:45 +0000
committerChong Yidong <cyd@stupidchicken.com>2005-12-18 01:18:45 +0000
commit917e8d0ba21802ff831d6391d5f5fbbd8de3521c (patch)
treef0677f076013bdac80cef500ae240404ad4104ae
parent1aa545c147c2d4739e6d5b6577fa5533f515e93e (diff)
downloademacs-917e8d0ba21802ff831d6391d5f5fbbd8de3521c.tar.gz
emacs-917e8d0ba21802ff831d6391d5f5fbbd8de3521c.tar.bz2
emacs-917e8d0ba21802ff831d6391d5f5fbbd8de3521c.zip
* progmodes/sh-script.el (sh-mode): Add keymap to docstring.
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lisp/progmodes/sh-script.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2f710c9e805..1de28aabec7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 5728499db43..51291d717b6 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -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