aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-27 17:01:52 +0000
committerJuanma Barranquero2006-11-27 17:01:52 +0000
commite593caf292deafc011d54d52d13ae84f3dafc9c9 (patch)
tree231e7b068a254a1a2e4ba8e14fa47cf011d8b61a
parent95d2516afd17010bdecfa266a2b4369829ca91b3 (diff)
downloademacs-e593caf292deafc011d54d52d13ae84f3dafc9c9.tar.gz
emacs-e593caf292deafc011d54d52d13ae84f3dafc9c9.zip
(ledit-save-defun, ledit-mode): Fix typos in docstrings.
-rw-r--r--lisp/ledit.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ledit.el b/lisp/ledit.el
index 6aafdcfea4b..e44be052d82 100644
--- a/lisp/ledit.el
+++ b/lisp/ledit.el
@@ -57,7 +57,7 @@
57*Shell commands to execute to resume Lisp compiler job.") 57*Shell commands to execute to resume Lisp compiler job.")
58 58
59(defun ledit-save-defun () 59(defun ledit-save-defun ()
60 "Save the current defun in the ledit buffer" 60 "Save the current defun in the ledit buffer."
61 (interactive) 61 (interactive)
62 (save-excursion 62 (save-excursion
63 (end-of-defun) 63 (end-of-defun)
@@ -141,6 +141,7 @@ Like Lisp mode, plus these special commands:
141 \\[ledit-go-to-lisp] -- transfer to Lisp job and transmit saved text. 141 \\[ledit-go-to-lisp] -- transfer to Lisp job and transmit saved text.
142 \\[ledit-go-to-liszt] -- transfer to Liszt (Lisp compiler) job 142 \\[ledit-go-to-liszt] -- transfer to Liszt (Lisp compiler) job
143 and transmit saved text. 143 and transmit saved text.
144
144\\{ledit-mode-map} 145\\{ledit-mode-map}
145To make Lisp mode automatically change to Ledit mode, 146To make Lisp mode automatically change to Ledit mode,
146do (setq lisp-mode-hook 'ledit-from-lisp-mode)" 147do (setq lisp-mode-hook 'ledit-from-lisp-mode)"