changeset 99052:969002d1b897

* thingatpt.el (sexp-at-point, symbol-at-point, number-at-point) (list-at-point): Add docstrings.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 22 Oct 2008 20:50:29 +0000
parents 23e2db0d1534
children 926c8689e999
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
 
+	* 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.