diff options
| author | Thien-Thi Nguyen <ttn@gnu.org> | 2020-10-23 20:22:47 -0400 |
|---|---|---|
| committer | Thien-Thi Nguyen <ttn@gnu.org> | 2020-10-23 20:22:47 -0400 |
| commit | e48de902ef3b780abad01f9dbd1b80fc38ad0ec8 (patch) | |
| tree | f5201184afed92aa7798b041ce3b5fad51aaa411 /README | |
| parent | 223f7ebc0f05d265fc7811e78edd851981ddda26 (diff) | |
* README: Fix typos.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -156,8 +156,8 @@ and the web-pages from this source code: We do not impose a particular coding style on GNU ELPA packages, but of course we recommend the coding style used in Emacs's own source code. Furthermore we recommend the following: -- Use `cl-lib` rather than `cl` if it all possible. -- Use lexical-binding if it all possible. +- Use `cl-lib` rather than `cl` if at all possible. +- Use lexical-binding if at all possible. - Try and fix the warnings emitted when compiling the package with a recent Emacs. The Copyright notice should specify "Free Software Foundation, Inc." as |
