From: Juanma Barranquero Date: Mon, 27 Nov 2006 17:01:52 +0000 (+0000) Subject: (ledit-save-defun, ledit-mode): Fix typos in docstrings. X-Git-Tag: emacs-pretest-22.0.92~445 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e593caf292deafc011d54d52d13ae84f3dafc9c9;p=emacs.git (ledit-save-defun, ledit-mode): Fix typos in docstrings. --- 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)"