aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-07-12 11:33:14 +0300
committerEli Zaretskii2013-07-12 11:33:14 +0300
commitc544322e3ec57461f0090fc6f1991f460656b8e9 (patch)
tree999e49a4add73b8477ebb4546e1983e57347f46a /lisp/ChangeLog
parent48dde4df64a89fd9a54fbb9f153319b4f7705c0b (diff)
downloademacs-c544322e3ec57461f0090fc6f1991f460656b8e9.tar.gz
emacs-c544322e3ec57461f0090fc6f1991f460656b8e9.zip
Fix bug #14842 with doc strings of next-line and previous-line.
lisp/simple.el (next-line, previous-line): Document TRY-VSCROLL.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c9957d29911..8e039421e30 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-07-12 Eli Zaretskii <eliz@gnu.org>
2
3 * simple.el (next-line, previous-line): Document TRY-VSCROLL.
4 (Bug#14842)
5
12013-07-12 Glenn Morris <rgm@gnu.org> 62013-07-12 Glenn Morris <rgm@gnu.org>
2 7
3 * doc-view.el: Require cl-lib at runtime too. 8 * doc-view.el: Require cl-lib at runtime too.