mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-08 16:52:40 -08:00
(makefile-insert-special-target,
makefile-backslash-region): Doc fix.
This commit is contained in:
parent
41ec9d2fb9
commit
ac282af805
1 changed files with 2 additions and 2 deletions
|
|
@ -561,7 +561,7 @@ Anywhere else just self-inserts."
|
|||
(self-insert-command arg)))
|
||||
|
||||
(defun makefile-insert-special-target ()
|
||||
"Propmt for and insert a special target name.
|
||||
"Prompt for and insert a special target name.
|
||||
Uses `makefile-special-targets' list."
|
||||
(interactive)
|
||||
(makefile-pickup-targets)
|
||||
|
|
@ -862,7 +862,7 @@ The context determines which are considered."
|
|||
(defun makefile-backslash-region (beg end arg)
|
||||
"Insert backslashes at end of every line in region.
|
||||
Useful for defining multi-line rules.
|
||||
If called with a prefix argument, trailing backslahes are removed."
|
||||
If called with a prefix argument, trailing backslashes are removed."
|
||||
(interactive "r\nP")
|
||||
(save-excursion
|
||||
(let ((do-lastline-p (progn (goto-char end) (not (bolp)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue