From: Dmitry Gutov Date: Mon, 1 May 2017 22:51:30 +0000 (+0300) Subject: ; Fix the comment back X-Git-Tag: emacs-26.0.90~521^2~491 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09f566eedaf4bc895d7b762c60a576599f23f142;p=emacs.git ; Fix the comment back --- 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))