emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100456: * lisp/simple.el (next-er


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100456: * lisp/simple.el (next-error): Doc fix.
Date: Mon, 07 Feb 2011 09:41:11 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100456
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Mon 2011-02-07 09:41:11 -0800
message:
  * lisp/simple.el (next-error): Doc fix.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-06 04:59:06 +0000
+++ b/lisp/ChangeLog    2011-02-07 17:41:11 +0000
@@ -1,3 +1,7 @@
+2011-02-07  Glenn Morris  <address@hidden>
+
+       * simple.el (next-error): Doc fix.
+
 2011-02-06  Chong Yidong  <address@hidden>
             Thierry Volpiatto <address@hidden>
 

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2011-01-22 21:02:49 +0000
+++ b/lisp/simple.el    2011-02-07 17:41:11 +0000
@@ -305,8 +305,8 @@
 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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]