From ac12c077d50f373e6a662216b325511e2ff712cc Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 4 Jan 1996 23:50:34 +0000 Subject: [PATCH] (read-from-whole-string): Doc fix. --- lisp/thingatpt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 77cc7352169..87deb8c1bab 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -192,7 +192,7 @@ bounds-of-thing-at-point." (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 -- 2.39.2