diff options
author | Simen Heggestøyl <simenheg@gmail.com> | 2017-01-31 20:08:54 +0100 |
---|---|---|
committer | Simen Heggestøyl <simenheg@gmail.com> | 2017-01-31 20:10:16 +0100 |
commit | 5060ea50182f91695bb72622efcd4d1b69f56a1b (patch) | |
tree | e180961d7dfd16d068d305fbbeaffa5abdcd59b6 | |
parent | d1c931009004aef847105b7bac6b6ffafd985b82 (diff) | |
download | emacs-5060ea50182f91695bb72622efcd4d1b69f56a1b.tar.gz |
Fix typo in a NEWS entry for CSS mode
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |