aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2017-05-02 01:51:30 +0300
committerDmitry Gutov2017-05-02 01:51:36 +0300
commit09f566eedaf4bc895d7b762c60a576599f23f142 (patch)
tree2a455b6798c9f5c879d09c4580edd9ea4b0e0c22
parent634d0a907ff7ba5901dfe3624e58d718f3f37cec (diff)
downloademacs-09f566eedaf4bc895d7b762c60a576599f23f142.tar.gz
emacs-09f566eedaf4bc895d7b762c60a576599f23f142.zip
; 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."
931 (erase-buffer) 931 (erase-buffer)
932 (call-process-shell-command command nil t) 932 (call-process-shell-command command nil t)
933 ;; FIXME: What to do when the call fails? 933 ;; FIXME: What to do when the call fails?
934 ;; "find: ‘foo’: No such file or directory\n" 934 ;; "find: ‘xyzgrep’: No such file or directory\n"
935 ;; The problem is, find-grep can exit with a nonzero code even 935 ;; The problem is, find-grep can exit with a nonzero code even
936 ;; when there are some matches in the output. 936 ;; when there are some matches in the output.
937 (goto-char (point-min)) 937 (goto-char (point-min))