summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimen Heggestøyl <simenheg@gmail.com>2017-01-31 20:08:54 +0100
committerSimen Heggestøyl <simenheg@gmail.com>2017-01-31 20:10:16 +0100
commit5060ea50182f91695bb72622efcd4d1b69f56a1b (patch)
treee180961d7dfd16d068d305fbbeaffa5abdcd59b6
parentd1c931009004aef847105b7bac6b6ffafd985b82 (diff)
downloademacs-5060ea50182f91695bb72622efcd4d1b69f56a1b.tar.gz
Fix typo in a NEWS entry for CSS mode
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 18ab162bd23..86a8385ae76 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -614,7 +614,7 @@ Completion candidates for HTML classes and IDs are retrieved from open
HTML mode buffers.
---
-*** CSS mode now binds 'C-h s' to a function that will show
+*** CSS mode now binds 'C-h S' to a function that will show
information about a CSS construct (an at-rule, property, pseudo-class,
pseudo-element, with the default being guessed from context). By
default the information is looked up on the Mozilla Developer Network,