aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2005-12-18 01:18:45 +0000
committerChong Yidong2005-12-18 01:18:45 +0000
commit917e8d0ba21802ff831d6391d5f5fbbd8de3521c (patch)
treef0677f076013bdac80cef500ae240404ad4104ae
parent1aa545c147c2d4739e6d5b6577fa5533f515e93e (diff)
downloademacs-917e8d0ba21802ff831d6391d5f5fbbd8de3521c.tar.gz
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 @@
12005-12-17 Chong Yidong <cyd@stupidchicken.com> 12005-12-17 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * progmodes/sh-script.el (sh-mode):
3 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker): 4 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4 * textmodes/picture.el (picture-mode): Update docstrings. 5 * textmodes/picture.el (picture-mode): Update docstrings.
5 6
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.
1336The default style of this mode is that of Rosenblatt's Korn shell book. 1336The default style of this mode is that of Rosenblatt's Korn shell book.
1337The syntax of the statements varies with the shell being used. The 1337The syntax of the statements varies with the shell being used. The
1338following commands are available, based on the current shell's syntax: 1338following 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