mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(ledit-save-defun, ledit-mode): Fix typos in docstrings.
This commit is contained in:
parent
95d2516afd
commit
e593caf292
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user