# HG changeset patch # User Karl Heuer # Date 820799434 0 # Node ID d6781ed94da32b2b057a075f66212037821f2995 # Parent dbc49672f8473107231b1dc7d36c829fb0d05593 (read-from-whole-string): Doc fix. diff -r dbc49672f847 -r d6781ed94da3 lisp/thingatpt.el --- a/lisp/thingatpt.el Thu Jan 04 23:50:14 1996 +0000 +++ b/lisp/thingatpt.el Thu Jan 04 23:50:34 1996 +0000 @@ -192,7 +192,7 @@ (defun sentence-at-point () (thing-at-point 'sentence)) (defun read-from-whole-string (STR) - "Read a lisp expression from STR, signalling an error if the entire string + "Read a lisp expression from STR, signaling an error if the entire string was not used." (let* ((read-data (read-from-string STR)) (more-left