summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-27 17:01:52 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-27 17:01:52 +0000
commite593caf292deafc011d54d52d13ae84f3dafc9c9 (patch)
tree231e7b068a254a1a2e4ba8e14fa47cf011d8b61a /lisp
parent95d2516afd17010bdecfa266a2b4369829ca91b3 (diff)
(ledit-save-defun, ledit-mode): Fix typos in docstrings.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ledit.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ledit.el b/lisp/ledit.el
index 6aafdcfea4..e44be052d8 100644
--- a/lisp/ledit.el
+++ b/lisp/ledit.el
@@ -57,7 +57,7 @@
*Shell commands to execute to resume Lisp compiler job.")
(defun ledit-save-defun ()
- "Save the current defun in the ledit buffer"
+ "Save the current defun in the ledit buffer."
(interactive)
(save-excursion
(end-of-defun)
@@ -141,6 +141,7 @@ Like Lisp mode, plus these special commands:
\\[ledit-go-to-lisp] -- transfer to Lisp job and transmit saved text.
\\[ledit-go-to-liszt] -- transfer to Liszt (Lisp compiler) job
and transmit saved text.
+
\\{ledit-mode-map}
To make Lisp mode automatically change to Ledit mode,
do (setq lisp-mode-hook 'ledit-from-lisp-mode)"