branch: elpa/drupal-mode
commit 0ef05696937077866a1072f2de861020832dec56
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Fixed keyboard shortcuts in documentation.
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b27d1a9062..9810988bd0 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ This behavior can be customized be the variable
### Search documentation
You can search Drupal documentation for the symbol at point by issuing
-`C-c d f` or `M-x drupal-search-documentation` or from the Drupal
+`C-c C-v C-d` or `M-x drupal-search-documentation` or from the Drupal
menu entry.
Files that are part of a Drupal project will try to identify the used
@@ -103,7 +103,7 @@ setting for api.drupalcontrib.org) and
`drupal-drush-search-url`.
### Clearing all caches
If Drush is installed you can issue a `drush cc all` from within Emacs
-by issuing `C-c d c` or `M-x drupal-drush-cache-clear` or from the
+by issuing `C-c C-v C-c` or `M-x drupal-drush-cache-clear` or from the
Drupal menu entry.