Mercurial > emacs
comparison lispref/tips.texi @ 38344:f70837a465ac
Fix a typo.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 10 Jul 2001 10:46:53 +0000 |
parents | 40606e2d6b31 |
children | 37a08b5afded |
comparison
equal
deleted
inserted
replaced
38343:cd04db2125b7 | 38344:f70837a465ac |
---|---|
209 It is a bad idea to define aliases for the Emacs primitives. Use the | 209 It is a bad idea to define aliases for the Emacs primitives. Use the |
210 standard names instead. | 210 standard names instead. |
211 | 211 |
212 @item | 212 @item |
213 If a package needs to define an alias or a new function for | 213 If a package needs to define an alias or a new function for |
214 compatibility with some other version of Emacs, name if with the package | 214 compatibility with some other version of Emacs, name it with the package |
215 prefix, not with the raw name with which it occurs in the other version. | 215 prefix, not with the raw name with which it occurs in the other version. |
216 Here is an example from Gnus, which provides many examples of such | 216 Here is an example from Gnus, which provides many examples of such |
217 compatibility issues. | 217 compatibility issues. |
218 | 218 |
219 @example | 219 @example |