Mercurial > emacs
changeset 82211:12580d7bad1e
*** empty log message ***
author | Robert J. Chassell <bob@rattlesnake.com> |
---|---|
date | Mon, 30 Jul 2007 16:15:28 +0000 |
parents | 0149b308ce83 |
children | acc4dc607d14 |
files | lispintro/emacs-lisp-intro.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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