changeset 38344:f70837a465ac

Fix a typo.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 10 Jul 2001 10:46:53 +0000
parents cd04db2125b7
children 3238db7bdfef
files lispref/tips.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/tips.texi	Tue Jul 10 10:44:40 2001 +0000
+++ b/lispref/tips.texi	Tue Jul 10 10:46:53 2001 +0000
@@ -211,7 +211,7 @@
 
 @item
 If a package needs to define an alias or a new function for
-compatibility with some other version of Emacs, name if with the package
+compatibility with some other version of Emacs, name it with the package
 prefix, not with the raw name with which it occurs in the other version.
 Here is an example from Gnus, which provides many examples of such
 compatibility issues.