diff options
| author | Glenn Morris | 2014-05-26 18:53:45 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-05-26 18:53:45 -0700 |
| commit | e9e341bb4bf06b25bc4feb754544c77b0021a3bd (patch) | |
| tree | 649355b23a679308903efa3d0f31619f6b5c0463 /lisp/ChangeLog | |
| parent | 4a12fa5c2e0d69d3dfbf94c9367006ab545e93cc (diff) | |
| download | emacs-e9e341bb4bf06b25bc4feb754544c77b0021a3bd.tar.gz emacs-e9e341bb4bf06b25bc4feb754544c77b0021a3bd.zip | |
Doc updates re filter-buffer-substring
* lisp/simple.el (filter-buffer-substring-functions)
(filter-buffer-substring-function, buffer-substring-filters)
(filter-buffer-substring, buffer-substring--filter): Doc fixes.
* doc/lispref/text.texi (Buffer Contents):
Update for filter-buffer-substring changes.
* doc/lispref/hooks.texi: Remove old comment.
* etc/NEWS: Related markup.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13f68a4f476..1b886000014 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-05-27 Glenn Morris <rgm@gnu.org> | 1 | 2014-05-27 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * simple.el (filter-buffer-substring-functions) | ||
| 4 | (filter-buffer-substring-function, buffer-substring-filters) | ||
| 5 | (filter-buffer-substring, buffer-substring--filter): Doc fixes. | ||
| 6 | |||
| 3 | * minibuffer.el (completion-in-region-functions, completion-in-region) | 7 | * minibuffer.el (completion-in-region-functions, completion-in-region) |
| 4 | (completion--in-region): Doc fixes. | 8 | (completion--in-region): Doc fixes. |
| 5 | 9 | ||