diff options
| author | Eli Zaretskii | 2013-05-01 20:12:42 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-05-01 20:12:42 +0300 |
| commit | 9c1a1306117d5c41be1beac981d33085fa0fe5a1 (patch) | |
| tree | 0e3c9f92704930e26abcd7cab650a041ec0db3ac /etc | |
| parent | 2800c4d3155df0768410a675359fb360dfe2e791 (diff) | |
| parent | 584ea27747d10f9af3d4e3c022153a3d4fc87cc4 (diff) | |
| download | emacs-9c1a1306117d5c41be1beac981d33085fa0fe5a1.tar.gz emacs-9c1a1306117d5c41be1beac981d33085fa0fe5a1.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -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 | ||