Mercurial > emacs
changeset 14010:d6781ed94da3
(read-from-whole-string): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 04 Jan 1996 23:50:34 +0000 |
parents | dbc49672f847 |
children | 6427a3484344 |
files | lisp/thingatpt.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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