From 3caced0bc3b0db2265e053812aba317673bd7c95 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 7 Feb 2011 09:41:11 -0800 Subject: [PATCH] * lisp/simple.el (next-error): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/simple.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8306a29846e..5d8de616108 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-02-07 Glenn Morris + + * simple.el (next-error): Doc fix. + 2011-02-06 Chong Yidong Thierry Volpiatto diff --git a/lisp/simple.el b/lisp/simple.el index d267089214c..6e26e334372 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -305,8 +305,8 @@ runs `next-error-hook' with `run-hooks', and stays with that buffer until you use it in some other buffer which uses Compilation mode or Compilation Minor mode. -See variables `compilation-parse-errors-function' and -\`compilation-error-regexp-alist' for customization ideas." +To control which errors are matched, customize the variable +`compilation-error-regexp-alist'." (interactive "P") (if (consp arg) (setq reset t arg nil)) (when (setq next-error-last-buffer (next-error-find-buffer)) -- 2.11.4.GIT