summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lispref/tips.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index e726dbbdcfa..20fe774d185 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -211,7 +211,7 @@ standard names instead.
@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.