diff options
| author | Lars Ingebrigtsen | 2014-02-07 22:56:18 -0800 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2014-02-07 22:56:18 -0800 |
| commit | 9165ffc0f0ff73372ddb4490a7dd85cdc9a2c7e5 (patch) | |
| tree | 60c4b89815f6f0a590064741bd21839c06de0f34 /lisp/ChangeLog | |
| parent | 74750d5511fb55f30ddf9a188470d85aa45a1732 (diff) | |
| download | emacs-9165ffc0f0ff73372ddb4490a7dd85cdc9a2c7e5.tar.gz emacs-9165ffc0f0ff73372ddb4490a7dd85cdc9a2c7e5.zip | |
* isearch.el (isearch-cmds): Doc clarification.
Fixes: debbugs:15547
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 99255517a57..8a911501f0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> | 1 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * isearch.el (isearch-hide-immediately): Doc clarification | ||
| 4 | (bug#14723). | ||
| 5 | |||
| 3 | * simple.el (line-move): Document utility function used many | 6 | * simple.el (line-move): Document utility function used many |
| 4 | places in the Emacs sources (bug#14843). | 7 | places in the Emacs sources (bug#14843). |
| 5 | 8 | ||