Mercurial > emacs
changeset 68491:b58a494227b0
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 30 Jan 2006 16:15:20 +0000 |
parents | 36ac94b7246c |
children | f4d24a8eaed1 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 30 16:11:29 2006 +0000 +++ b/lisp/ChangeLog Mon Jan 30 16:15:20 2006 +0000 @@ -7,6 +7,11 @@ 2006-01-30 Juanma Barranquero <lekktu@gmail.com> + * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook) + (ediff-before-session-group-setup-hooks) + (ediff-default-filtering-regexp, ediff-meta-mark-equal-files): + Fix typos in docstrings. + * window.el (bw-dir, bw-eqdir, balance-windows) (split-window-keep-point): Fix typos in docstrings.
--- a/src/ChangeLog Mon Jan 30 16:11:29 2006 +0000 +++ b/src/ChangeLog Mon Jan 30 16:15:20 2006 +0000 @@ -1,3 +1,8 @@ +2006-01-30 Juanma Barranquero <lekktu@gmail.com> + + * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll): + Fix typos in docstrings. + 2006-01-28 Luc Teirlinck <teirllm@auburn.edu> * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.