diff options
| author | Glenn Morris | 2011-02-07 09:41:11 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-07 09:41:11 -0800 |
| commit | 3caced0bc3b0db2265e053812aba317673bd7c95 (patch) | |
| tree | d23f6665e3a69fafe1f97ca430dd19be261b73cf | |
| parent | 65821e224463a3d39034b7f31d54baf229a26e81 (diff) | |
| download | emacs-3caced0bc3b0db2265e053812aba317673bd7c95.tar.gz emacs-3caced0bc3b0db2265e053812aba317673bd7c95.zip | |
* lisp/simple.el (next-error): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2011-02-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (next-error): Doc fix. | ||
| 4 | |||
| 1 | 2011-02-06 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-02-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | Thierry Volpiatto <thierry.volpiatto@gmail.com> | 6 | Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 3 | 7 | ||
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 | |||
| 305 | until you use it in some other buffer which uses Compilation mode | 305 | until you use it in some other buffer which uses Compilation mode |
| 306 | or Compilation Minor mode. | 306 | or Compilation Minor mode. |
| 307 | 307 | ||
| 308 | See variables `compilation-parse-errors-function' and | 308 | To control which errors are matched, customize the variable |
| 309 | \`compilation-error-regexp-alist' for customization ideas." | 309 | `compilation-error-regexp-alist'." |
| 310 | (interactive "P") | 310 | (interactive "P") |
| 311 | (if (consp arg) (setq reset t arg nil)) | 311 | (if (consp arg) (setq reset t arg nil)) |
| 312 | (when (setq next-error-last-buffer (next-error-find-buffer)) | 312 | (when (setq next-error-last-buffer (next-error-find-buffer)) |