summaryrefslogtreecommitdiff
path: root/lisp/thingatpt.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:50:34 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:50:34 +0000
commit82e210c326357530be6ea48be9c19c990df85555 (patch)
tree485516ea4ad3ae0c1beca475395fa89f5675fa67 /lisp/thingatpt.el
parent583997c476971d955c6508fee79d2bd8250fb8b1 (diff)
downloademacs-82e210c326357530be6ea48be9c19c990df85555.tar.gz
(read-from-whole-string): Doc fix.
Diffstat (limited to 'lisp/thingatpt.el')
-rw-r--r--lisp/thingatpt.el2
1 files changed, 1 insertions, 1 deletions
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