Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4726:4bbda1c11a7b
Improve argument names and update docstrings.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sun, 01 Nov 2009 16:19:02 +0900 |
parents | 5690bb2e7a44 |
children | 90dbf8e772b6 |
comparison
equal
deleted
inserted
replaced
4725:5690bb2e7a44 | 4726:4bbda1c11a7b |
---|---|
1 2009-11-01 Stephen Turnbull <stephen@xemacs.org> | |
2 | |
3 * lisp.el (forward-sexp): | |
4 (backward-sexp): | |
5 (mark-sexp): | |
6 (forward-list): | |
7 (backward-list): | |
8 (down-list): | |
9 (backward-up-list): | |
10 (up-list): | |
11 (kill-sexp): | |
12 (backward-kill-sexp): | |
13 (beginning-of-defun): | |
14 (beginning-of-defun-raw): | |
15 (end-of-defun): | |
16 (insert-parentheses): | |
17 Change generic parameter ARG to self-documenting COUNT. | |
18 Update docstring. | |
19 (buffer-end): | |
20 Change generic parameter ARG to self-documenting DIRECTION. | |
21 Update docstring. | |
22 (narrow-to-defun): | |
23 Document that optional ARG is ignored. | |
24 | |
1 2009-10-09 Stephen Turnbull <stephen@xemacs.org> | 25 2009-10-09 Stephen Turnbull <stephen@xemacs.org> |
2 | 26 |
3 * lisp.el (beginning-of-defun-function): | 27 * lisp.el (beginning-of-defun-function): |
4 (end-of-defun-function): | 28 (end-of-defun-function): |
5 (beginning-of-defun): | 29 (beginning-of-defun): |