## Quick Guide
-* `C-x P n` - Insert a post or page header
-* `C-x P p` - Remove draft status from a post (i.e. publish it)
-* `C-x P t` - Update the date field in a post/page header
-* `C-x P h` - Generate HTML output for a site (equivalent to `make html`)
-* `C-x P u` - Upload a site using rsync (equivalent to `make rsync_upload`)
+* `C-c P n` - Insert a post or page header
+* `C-c P p` - Remove draft status from a post (i.e. publish it)
+* `C-c P t` - Update the date field in a post/page header
+* `C-c P h` - Generate HTML output for a site (equivalent to `make html`)
+* `C-c P u` - Upload a site using rsync (equivalent to `make rsync_upload`)
## Troubleshooting