diff options
Diffstat (limited to 'lisp/progmodes/compile.el')
-rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index ccf64fb670b..b09a308c70a 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1786,7 +1786,7 @@ to a function that generates a unique name." ;; run compile with the default command line (defun recompile (&optional edit-command) "Re-compile the program including the current buffer. -If this is run in a Compilation mode buffer, re-use the arguments from the +If this is run in a Compilation mode buffer, reuse the arguments from the original use. Otherwise, recompile using `compile-command'. If the optional argument `edit-command' is non-nil, the command can be edited." (interactive "P") |