aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 83913bf88b8..d8f5f68ff99 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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,
430and functions should be separated by two hypens if the symbol is not 430and functions should be separated by two hyphens if the symbol is not
431meant to be used by other packages. 431meant to be used by other packages.
432 432
433 433