From: Glenn Morris Date: Mon, 7 Feb 2011 17:41:11 +0000 (-0800) Subject: * lisp/simple.el (next-error): Doc fix. X-Git-Tag: emacs-pretest-23.2.94~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3caced0bc3b0db2265e053812aba317673bd7c95;p=emacs.git * lisp/simple.el (next-error): Doc fix. --- 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))