aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispintro
diff options
context:
space:
mode:
authorPaul Eggert2011-11-24 23:14:48 -0800
committerPaul Eggert2011-11-24 23:14:48 -0800
commite4920bc99dfcee02c3bb83b46a761b0893f76626 (patch)
treea6165f7a6c45f0b4924bad97b21ab179d3e7707e /doc/lispintro
parentfa4fdb5ca559f8aae4137f8d3b974c14c760360d (diff)
downloademacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.tar.gz
emacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.zip
Spelling fixes.
Diffstat (limited to 'doc/lispintro')
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
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
2040argument is the string of characters, the second and third arguments are 2040argument is the string of characters, the second and third arguments are
2041numbers that indicate the beginning and end of the substring. The 2041numbers that indicate the beginning and end of the substring. The
2042numbers are a count of the number of characters (including spaces and 2042numbers are a count of the number of characters (including spaces and
2043punctuations) from the beginning of the string. 2043punctuation) from the beginning of the string.
2044 2044
2045@need 800 2045@need 800
2046For example, if you evaluate the following: 2046For example, if you evaluate the following: