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:
parent
9687a0514b
commit
ac12c077d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue