]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (next-error): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 7 Feb 2011 17:41:11 +0000 (09:41 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 7 Feb 2011 17:41:11 +0000 (09:41 -0800)
lisp/ChangeLog
lisp/simple.el

index 8306a29846ebf91eb36c99a2e0dad6ae2f061c02..5d8de616108d31873508b1ae191b0633ca316f14 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-07  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (next-error): Doc fix.
+
 2011-02-06  Chong Yidong  <cyd@stupidchicken.com>
             Thierry Volpiatto <thierry.volpiatto@gmail.com>
 
index d267089214c72924853d77173e3392ccec64de20..6e26e33437257356bebafe605370c84273d7b341 100644 (file)
@@ -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))