diff options
| author | Paul Eggert | 2017-04-14 12:42:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-04-14 12:42:31 -0700 |
| commit | e6750596ef55352c260c200747bec3303e181fe8 (patch) | |
| tree | 58dbe9af98440c8e2fd9f8a8c839e01f17918e01 /lisp | |
| parent | fc05d4fec98387097c30a5c60e2f343cb797af26 (diff) | |
| download | emacs-e6750596ef55352c260c200747bec3303e181fe8.tar.gz emacs-e6750596ef55352c260c200747bec3303e181fe8.zip | |
; Spelling and minor wording fixes
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/xref.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index e9c42a129a8..1ca3e1d1539 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el | |||
| @@ -932,7 +932,7 @@ IGNORES is a list of glob patterns." | |||
| 932 | (erase-buffer) | 932 | (erase-buffer) |
| 933 | (call-process-shell-command command nil t) | 933 | (call-process-shell-command command nil t) |
| 934 | ;; FIXME: What to do when the call fails? | 934 | ;; FIXME: What to do when the call fails? |
| 935 | ;; "find: ‘zzgrep’: No such file or directory\n" | 935 | ;; "find: ‘foo’: No such file or directory\n" |
| 936 | ;; The problem is, find-grep can exit with a nonzero code even | 936 | ;; The problem is, find-grep can exit with a nonzero code even |
| 937 | ;; when there are some matches in the output. | 937 | ;; when there are some matches in the output. |
| 938 | (goto-char (point-min)) | 938 | (goto-char (point-min)) |