summaryrefslogtreecommitdiff
path: root/lisp/ledit.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ledit.el')
-rw-r--r--lisp/ledit.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ledit.el b/lisp/ledit.el
index 6aafdcfea4b..9cfbf5334a4 100644
--- a/lisp/ledit.el
+++ b/lisp/ledit.el
@@ -1,6 +1,6 @@
;;; ledit.el --- Emacs side of ledit interface
-;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
@@ -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)"