summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-01-17 03:25:53 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-01-17 03:25:53 +0100
commit4963739e1db8c9b3355f40fcb184a2598cdb990c (patch)
treee035acbb7f13d098a7f037fe996b169bebe8ff9c /doc
parent66aa4eb37df93db002457a6e35916801a8f4ec26 (diff)
downloademacs-4963739e1db8c9b3355f40fcb184a2598cdb990c.tar.gz
Fix typos in docstrings.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/two.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 6dfc203f638..b6960b10943 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-17 Juanma Barranquero <lekktu@gmail.com>
+
+ * two.el (volume-header-toc-markup): Fix typos in docstring.
+
2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
Avoid dubious uses of save-excursions.
diff --git a/doc/lispref/two.el b/doc/lispref/two.el
index b89007d0d4f..43c680a483d 100644
--- a/doc/lispref/two.el
+++ b/doc/lispref/two.el
@@ -54,8 +54,8 @@ Then run texindex on that file and save."
(defun volume-header-toc-markup ()
"Insert Volume I and Volume II text into .toc file.
-NOTE: this auxilary function is file specific.
-This is for the *Elisp Ref Manual*"
+NOTE: this auxiliary function is file specific.
+This is for the *Elisp Ref Manual*."
(interactive)
(goto-char (point-min))
(insert "\\unnumbchapentry {Volume 1}{}\n\\unnumbchapentry {}{}\n")