diff options
| author | Paul Eggert | 2011-11-24 23:14:48 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-24 23:14:48 -0800 |
| commit | e4920bc99dfcee02c3bb83b46a761b0893f76626 (patch) | |
| tree | a6165f7a6c45f0b4924bad97b21ab179d3e7707e /doc/lispintro | |
| parent | fa4fdb5ca559f8aae4137f8d3b974c14c760360d (diff) | |
| download | emacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.tar.gz emacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.zip | |
Spelling fixes.
Diffstat (limited to 'doc/lispintro')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 7d1a1186c0a..23d0d5a8f34 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -2040,7 +2040,7 @@ the first argument. This function takes three arguments. Its first | |||
| 2040 | argument is the string of characters, the second and third arguments are | 2040 | argument is the string of characters, the second and third arguments are |
| 2041 | numbers that indicate the beginning and end of the substring. The | 2041 | numbers that indicate the beginning and end of the substring. The |
| 2042 | numbers are a count of the number of characters (including spaces and | 2042 | numbers are a count of the number of characters (including spaces and |
| 2043 | punctuations) from the beginning of the string. | 2043 | punctuation) from the beginning of the string. |
| 2044 | 2044 | ||
| 2045 | @need 800 | 2045 | @need 800 |
| 2046 | For example, if you evaluate the following: | 2046 | For example, if you evaluate the following: |