# HG changeset patch # User Chong Yidong # Date 1224708629 0 # Node ID 969002d1b897b0791345abfae70fb70cc355f4df # Parent 23e2db0d153487d5e2f8b6ac8a26fa893672c6b5 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point) (list-at-point): Add docstrings. diff -r 23e2db0d1534 -r 969002d1b897 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 22 20:37:22 2008 +0000 +++ b/lisp/ChangeLog Wed Oct 22 20:50:29 2008 +0000 @@ -1,5 +1,8 @@ 2008-10-22 Chong Yidong + * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point) + (list-at-point): Add docstrings. + * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.