summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/grep.el')
-rw-r--r--lisp/progmodes/grep.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 2c87548e5bf..64e7dfdd174 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -826,7 +826,7 @@ This command shares argument histories with \\[rgrep] and \\[grep]."
(list (read-from-minibuffer "Run: " grep-command
nil nil 'grep-history)))
((not grep-template)
- (error "grep.el: No `grep-template' available."))
+ (error "grep.el: No `grep-template' available"))
(t (let* ((regexp (grep-read-regexp))
(files (grep-read-files regexp))
(dir (read-directory-name "In directory: "
@@ -903,7 +903,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]."
(list (read-from-minibuffer "Run: " grep-find-command
nil nil 'grep-find-history)))
((not grep-find-template)
- (error "grep.el: No `grep-find-template' available."))
+ (error "grep.el: No `grep-find-template' available"))
(t (let* ((regexp (grep-read-regexp))
(files (grep-read-files regexp))
(dir (read-directory-name "Base directory: "