]> git.eshelyaron.com Git - emacs.git/commitdiff
(ledit-save-defun, ledit-mode): Fix typos in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 17:01:52 +0000 (17:01 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 17:01:52 +0000 (17:01 +0000)
lisp/ledit.el

index 6aafdcfea4b53a9b94d7dee65dfa2b9aed78ad15..e44be052d82424274b4517ccc8d24ca22eeaf35e 100644 (file)
@@ -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)"