summaryrefslogtreecommitdiff
path: root/doc/lispintro
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-09-15 12:19:46 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-09-15 12:20:07 -0700
commit691b73f15393ac005c00ee3d544f3a4968c62b7e (patch)
tree7831aa750b36515bb45e5f64ded014a5ad01a9c3 /doc/lispintro
parent332f816df1811e00d86f19e3cf01b7d2f80db2ac (diff)
downloademacs-691b73f15393ac005c00ee3d544f3a4968c62b7e.tar.gz
; 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 4be0eec13e2..096b7bec282 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -14975,7 +14975,7 @@ The task is easy: use @code{find-file-noselect} and @code{set-buffer}.
@section @code{lengths-list-file} in Detail
The core of the @code{lengths-list-file} function is a @code{while}
-loop containing a function to move point forwar,d defun by defun, and
+loop containing a function to move point forward defun by defun, and
a function to count the number of words and symbols in each defun.
This core must be surrounded by functions that do various other tasks,
including finding the file, and ensuring that point starts out at the