summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Preble <rassilon@gnu.org>1991-03-12 19:57:55 +0000
committerBrian Preble <rassilon@gnu.org>1991-03-12 19:57:55 +0000
commitf30ff39f78474a9e7f28bb7b9ed259aae92760ac (patch)
tree9d9fe3c1045d11ab14d532f6ea33e42eef27ca35
parenta90256ccb2d7951b23276320f391d4d102341ce6 (diff)
downloademacs-f30ff39f78474a9e7f28bb7b9ed259aae92760ac.tar.gz
*** empty log message ***
-rw-r--r--lisp/emacs-lisp/lisp-mode.el2
-rw-r--r--lisp/ledit.el18
-rw-r--r--lisp/textmodes/ispell4.el4
3 files changed, 12 insertions, 12 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index d7b26e1461e..e9a05c5abca 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -383,7 +383,7 @@ of the start of the containing expression."
(or (funcall lisp-indent-function indent-point state)
normal-indent))
(t
- normal-indent)))))))
+ normal-indent))))))
(defun lisp-indent-function (indent-point state)
(let ((normal-indent (current-column)))
diff --git a/lisp/ledit.el b/lisp/ledit.el
index 1ab35d5bfb2..0428fa8b228 100644
--- a/lisp/ledit.el
+++ b/lisp/ledit.el
@@ -57,19 +57,19 @@
(message "Region saved for Lisp"))
(defun ledit-zap-defun-to-lisp ()
- "Carry the current defun to lisp"
+ "Carry the current defun to Lisp."
(interactive)
(ledit-save-defun)
(ledit-go-to-lisp))
(defun ledit-zap-defun-to-liszt ()
- "Carry the current defun to liszt"
+ "Carry the current defun to liszt."
(interactive)
(ledit-save-defun)
(ledit-go-to-liszt))
(defun ledit-zap-region-to-lisp (beg end)
- "Carry the current region to lisp"
+ "Carry the current region to Lisp."
(interactive "r")
(ledit-save-region beg end)
(ledit-go-to-lisp))
@@ -104,7 +104,7 @@
(load ledit-read-file t t))
(defun ledit-setup ()
- "Set up key bindings for the Lisp / Emacs interface"
+ "Set up key bindings for the Lisp/Emacs interface."
(if (not ledit-mode-map)
(progn (setq ledit-mode-map (make-sparse-keymap))
(lisp-mode-commands ledit-mode-map)))
@@ -116,13 +116,13 @@
(ledit-setup)
(defun ledit-mode ()
- "Major mode for editing text and stuffing it to a Lisp job.
+ "\\<ledit-mode-map>Major mode for editing text and stuffing it to a Lisp job.
Like Lisp mode, plus these special commands:
- M-C-d -- record defun at or after point
+ \\[ledit-save-defun] -- record defun at or after point
for later transmission to Lisp job.
- M-C-r -- record region for later transmission to Lisp job.
- C-x z -- transfer to Lisp job and transmit saved text.
- M-C-c -- transfer to Liszt (Lisp compiler) job
+ \\[ledit-save-region] -- record region for later transmission to Lisp job.
+ \\[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,
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el
index 48737175933..782ea43103c 100644
--- a/lisp/textmodes/ispell4.el
+++ b/lisp/textmodes/ispell4.el
@@ -202,7 +202,7 @@ l Lookup. Look for a word in the dictionary by fast binary
search, or search for a regular expression in the dictionary
using grep.
SPACE Accept the word this time, but complain if it is seen again.
-q, C-G Leave the command loop. You can come back later with \\[ispell-next]."
+q, \\[keyboard-quit] Leave the command loop. You can come back later with \\[ispell-next]."
(interactive)
(if (null start)
(setq start 0))
@@ -289,7 +289,7 @@ q, C-G Leave the command loop. You can come back later with \\[ispell-next]."
(defun ispell-word ()
"Check the spelling of the word under the cursor.
-See `ispell' for more documentation."
+See `ispell' for more information."
(interactive)
(condition-case err
(catch 'quit