diff options
| author | Karl Heuer | 1996-01-04 23:50:34 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-04 23:50:34 +0000 |
| commit | ac12c077d50f373e6a662216b325511e2ff712cc (patch) | |
| tree | 2a8949acdd6419f010540c91aa691b401ed82ad0 | |
| parent | 9687a0514bf99fdf361e8915780ba556f598b1c7 (diff) | |
| download | emacs-ac12c077d50f373e6a662216b325511e2ff712cc.tar.gz emacs-ac12c077d50f373e6a662216b325511e2ff712cc.zip | |
(read-from-whole-string): Doc fix.
| -rw-r--r-- | lisp/thingatpt.el | 2 |
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." | |||
| 192 | (defun sentence-at-point () (thing-at-point 'sentence)) | 192 | (defun sentence-at-point () (thing-at-point 'sentence)) |
| 193 | 193 | ||
| 194 | (defun read-from-whole-string (STR) | 194 | (defun read-from-whole-string (STR) |
| 195 | "Read a lisp expression from STR, signalling an error if the entire string | 195 | "Read a lisp expression from STR, signaling an error if the entire string |
| 196 | was not used." | 196 | was not used." |
| 197 | (let* ((read-data (read-from-string STR)) | 197 | (let* ((read-data (read-from-string STR)) |
| 198 | (more-left | 198 | (more-left |