]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix the comment back
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 1 May 2017 22:51:30 +0000 (01:51 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 1 May 2017 22:51:36 +0000 (01:51 +0300)
lisp/progmodes/xref.el

index c9df450d5f21c8d55b6e29c531e96eb6d74b67a4..a12fa14620328bca7c19ec6e616ed49aa4199126 100644 (file)
@@ -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))