emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 0cca19ed14 205/308: Misc documentation cleanup


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 0cca19ed14 205/308: Misc documentation cleanup.
Date: Tue, 25 Jan 2022 10:59:48 -0500 (EST)

branch: elpa/drupal-mode
commit 0cca19ed14428af59a28e1a19c2b80d6010ba308
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]