From 4963739e1db8c9b3355f40fcb184a2598cdb990c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 17 Jan 2010 03:25:53 +0100 Subject: Fix typos in docstrings. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/two.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6dfc203f63..b6960b1094 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2010-01-17 Juanma Barranquero + + * two.el (volume-header-toc-markup): Fix typos in docstring. + 2010-01-04 Stefan Monnier Avoid dubious uses of save-excursions. diff --git a/doc/lispref/two.el b/doc/lispref/two.el index b89007d0d4..43c680a483 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") -- cgit v1.2.3