diff options
| author | Lars Magne Ingebrigtsen | 2011-07-15 15:33:07 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-15 15:33:07 +0200 |
| commit | 478615cc10347eac8d0a2846f3364b1d887ae3d5 (patch) | |
| tree | 13c91f101fed0cbe7095ca904e27329a74208e91 /lisp/ChangeLog | |
| parent | 662498421ef4b06cfa6e27d6be2b09e80ec2bff9 (diff) | |
| download | emacs-478615cc10347eac8d0a2846f3364b1d887ae3d5.tar.gz emacs-478615cc10347eac8d0a2846f3364b1d887ae3d5.zip | |
Doc fix.
* isearch.el (isearch-barrier): Add a doc string, since it's
mentioned in a function doc string.
Fixes: debbugs:8678
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96f4dd07612..76b1d779843 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * isearch.el (isearch-barrier): Add a doc string, since it's | ||
| 4 | mentioned in a function doc string (bug#8678). | ||
| 5 | |||
| 1 | 2011-07-15 Martin Rudalics <rudalics@gmx.at> | 6 | 2011-07-15 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * window.el (switch-to-buffer): Call pop-to-buffer with normalized | 8 | * window.el (switch-to-buffer): Call pop-to-buffer with normalized |