]> code.delx.au - gnu-emacs/blobdiff - lisp/simple.el
Merge changes from emacs-23 branch
[gnu-emacs] / lisp / simple.el
index f19525aba4c259e960aeb0dc672721553128a10f..4d2a0e69836aa4ed1714d967a76553276058aae8 100644 (file)
@@ -304,8 +304,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))