diff options
Diffstat (limited to 'lisp/progmodes/make-mode.el')
-rw-r--r-- | lisp/progmodes/make-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 659a2adb6a8..3132477ad90 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -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))))) |