diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-27 17:01:52 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-27 17:01:52 +0000 |
commit | e593caf292deafc011d54d52d13ae84f3dafc9c9 (patch) | |
tree | 231e7b068a254a1a2e4ba8e14fa47cf011d8b61a /lisp/ledit.el | |
parent | 95d2516afd17010bdecfa266a2b4369829ca91b3 (diff) | |
download | emacs-e593caf292deafc011d54d52d13ae84f3dafc9c9.tar.gz |
(ledit-save-defun, ledit-mode): Fix typos in docstrings.
Diffstat (limited to 'lisp/ledit.el')
-rw-r--r-- | lisp/ledit.el | 3 |
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 @@ *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)" |