diff options
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -427,7 +427,7 @@ and ACL entries. | |||
| 427 | ** Changes to the Emacs Lisp Coding Conventions in Emacs 24.4 | 427 | ** Changes to the Emacs Lisp Coding Conventions in Emacs 24.4 |
| 428 | 428 | ||
| 429 | *** The package descriptor and name of global variables, constants, | 429 | *** The package descriptor and name of global variables, constants, |
| 430 | and functions should be separated by two hypens if the symbol is not | 430 | and functions should be separated by two hyphens if the symbol is not |
| 431 | meant to be used by other packages. | 431 | meant to be used by other packages. |
| 432 | 432 | ||
| 433 | 433 | ||