summaryrefslogtreecommitdiff
path: root/lisp/ledit.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-05-13 22:05:14 +0000
committerJim Blandy <jimb@redhat.com>1991-05-13 22:05:14 +0000
commit2de3c51b3218d5e6b32ace702c35bce58789c53d (patch)
tree45d2a5592d79ca022b47fb071f8db080c7231d96 /lisp/ledit.el
parentc5b1abe440c69393f3be34edc6dfa20cab5135ab (diff)
downloademacs-2de3c51b3218d5e6b32ace702c35bce58789c53d.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/ledit.el')
-rw-r--r--lisp/ledit.el15
1 files changed, 9 insertions, 6 deletions
diff --git a/lisp/ledit.el b/lisp/ledit.el
index 298c254e8db..7981ef851fd 100644
--- a/lisp/ledit.el
+++ b/lisp/ledit.el
@@ -33,12 +33,15 @@
(defconst ledit-buffer "*LEDIT*"
"Name of buffer in which Ledit accumulates data to send to Lisp.")
-;;;###autoload (defconst ledit-save-files t
-;;;###autoload "*Non-nil means Ledit should save files before transferring to Lisp.")
-;;;###autoload (defconst ledit-go-to-lisp-string "%?lisp"
-;;;###autoload "*Shell commands to execute to resume Lisp job.")
-;;;###autoload (defconst ledit-go-to-liszt-string "%?liszt"
-;;;###autoload "*Shell commands to execute to resume Lisp compiler job.")
+;;;###autoload
+(defconst ledit-save-files t "\
+*Non-nil means Ledit should save files before transferring to Lisp.")
+;;;###autoload
+(defconst ledit-go-to-lisp-string "%?lisp" "\
+*Shell commands to execute to resume Lisp job.")
+;;;###autoload
+(defconst ledit-go-to-liszt-string "%?liszt" "\
+*Shell commands to execute to resume Lisp compiler job.")
(defun ledit-save-defun ()
"Save the current defun in the ledit buffer"