summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2017-05-02 01:51:30 +0300
committerDmitry Gutov <dgutov@yandex.ru>2017-05-02 01:51:36 +0300
commit09f566eedaf4bc895d7b762c60a576599f23f142 (patch)
tree2a455b6798c9f5c879d09c4580edd9ea4b0e0c22
parent634d0a907ff7ba5901dfe3624e58d718f3f37cec (diff)
downloademacs-09f566eedaf4bc895d7b762c60a576599f23f142.tar.gz
; Fix the comment back
-rw-r--r--lisp/progmodes/xref.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index c9df450d5f2..a12fa146203 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -931,7 +931,7 @@ IGNORES is a list of glob patterns."
(erase-buffer)
(call-process-shell-command command nil t)
;; FIXME: What to do when the call fails?
- ;; "find: ‘foo’: No such file or directory\n"
+ ;; "find: ‘xyzgrep’: No such file or directory\n"
;; The problem is, find-grep can exit with a nonzero code even
;; when there are some matches in the output.
(goto-char (point-min))