(read-from-whole-string): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:50:34 +0000 (23:50 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:50:34 +0000 (23:50 +0000)
lisp/thingatpt.el

index 77cc735..87deb8c 100644 (file)
@@ -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