# HG changeset patch # User Robert J. Chassell # Date 1185812128 0 # Node ID 12580d7bad1ec014c7004eed3ce8a5617b7288db # Parent 0149b308ce830f79251f9a8bb2b6a9d8be6e3137 *** empty log message *** diff -r 0149b308ce83 -r 12580d7bad1e lispintro/emacs-lisp-intro.texi --- a/lispintro/emacs-lisp-intro.texi Mon Jul 30 16:14:52 2007 +0000 +++ b/lispintro/emacs-lisp-intro.texi Mon Jul 30 16:15:28 2007 +0000 @@ -5170,7 +5170,7 @@ @noindent This expression is not one with letters standing for parts, as -described earlier. Instead, it starts a list with thee parts. +described earlier. Instead, it starts a list with these parts: The first part of the list is an expression to read the name of a buffer and return it as a string. That is @code{read-buffer}. The