branch: elpa/drupal-mode
commit 0cca19ed14428af59a28e1a19c2b80d6010ba308
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Misc documentation cleanup.
---
README.md | 2 +-
drupal-mode.el | 4 ++--
drupal/flymake-phpcs.el | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index e1f24806d0..2e31522b56 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ For this to work you need:
There are quite a few attempts at writing a Drupal mode out in the
wild:
-* [Search Github for
drupal-mode](https://github.com/search?type=Repositories&q="drupal-mode")
+* [Search Github for
drupal-mode](https://github.com/search?l=Emacs+Lisp&q=drupal&type=Repositories)
* At drupal.org:
* http://drupal.org/sandbox/bartlantz/1405156
* http://drupal.org/project/emacs
diff --git a/drupal-mode.el b/drupal-mode.el
index 998a68b0cc..10b08c78bc 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -74,7 +74,7 @@ a single newline (\\n)."
(defcustom drupal-delete-trailing-whitespace 'always
"Whether to delete all the trailing whitespace across Drupal buffers.
All whitespace after the last non-whitespace character in a line is deleted.
-This respects narrowing, created by C-x n n and friends.
+This respects narrowing, created by \\[narrow-to-region] and friends.
A formfeed is not considered whitespace by this function.
If `Always' delete trailing whitespace across drupal mode buffers.
@@ -164,7 +164,7 @@ Include path to the executable if it is not in your $PATH."
:group 'drupal)
(defcustom drupal-enable-auto-fill-mode t
- "Whether to use `auto-fill-mode' Drupal PHP buffers.
+ "Whether to use `auto-fill-mode' in Drupal PHP buffers.
Drupal mode will only do auto fill in comments (auto filling code
is not nice).
diff --git a/drupal/flymake-phpcs.el b/drupal/flymake-phpcs.el
index d0d881a688..c1c37c603c 100644
--- a/drupal/flymake-phpcs.el
+++ b/drupal/flymake-phpcs.el
@@ -45,7 +45,7 @@ than the same directory as the original file.
Drupal Coder Sniffer has some sniffs that will only work if run in place.
-Defaults to `t'. Set to `default' to use whatever
+Defaults to t. Set to `default' to use whatever
`flymake-run-in-place' is set to.
When editing a remote file via Tramp, this flag also has the side-effect of