emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ledit.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ledit.el,v
Date: Mon, 27 Nov 2006 17:01:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/27 17:01:52

Index: ledit.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ledit.el,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- ledit.el    6 Feb 2006 14:33:34 -0000       1.23
+++ ledit.el    27 Nov 2006 17:01:52 -0000      1.24
@@ -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 @@
   \\[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)"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]