1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(read-from-whole-string): Doc fix.

This commit is contained in:
Karl Heuer 1996-01-04 23:50:34 +00:00
parent 9687a0514b
commit ac12c077d5

View 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