diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2007-07-30 16:15:28 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2007-07-30 16:15:28 +0000 |
commit | 05b6a3f3c05b3d8589a67926f19bfda8d03b71bd (patch) | |
tree | a80037a11a6ce7a64c4bfddcecad4512ae08266f /lispintro/emacs-lisp-intro.texi | |
parent | ed8c9cf163c6936e69647144e0bec672879af0ad (diff) | |
download | emacs-05b6a3f3c05b3d8589a67926f19bfda8d03b71bd.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispintro/emacs-lisp-intro.texi')
-rw-r--r-- | lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 0318ac5d361..a08d7a6979a 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -5170,7 +5170,7 @@ Function Interactive}.) The expression reads as follows: @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 |