emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 09f566e: ; Fix the comment back


From: Dmitry Gutov
Subject: [Emacs-diffs] master 09f566e: ; Fix the comment back
Date: Mon, 1 May 2017 18:51:53 -0400 (EDT)

branch: master
commit 09f566eedaf4bc895d7b762c60a576599f23f142
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Fix the comment back
---
 lisp/progmodes/xref.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index c9df450..a12fa14 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]