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

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

[nongnu] elpa/drupal-mode 48a90d94ed 061/308: Fixed spelling.


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 48a90d94ed 061/308: Fixed spelling.
Date: Tue, 25 Jan 2022 10:59:29 -0500 (EST)

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

    Fixed spelling.
---
 README.md | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index 8f3a5240af..df31b68d2c 100644
--- a/README.md
+++ b/README.md
@@ -14,13 +14,13 @@ Besides giving access to general functionality in all modes
 major mode to enable functionality only for that particular major mode
 (i.e. adhering to Drupals PHP coding standards only in php-mode).
 
-Drupal mode will try not to enforce specific ways of working with
+Drupal mode will not try to enforce specific ways of working with
 Emacs on to you. Emacs can be extended in a million different ways and
 you should use the parts and extensions that fit *you* and *your*
 working habits.
 
-If Drupal mode recognizes you using an extension that it knows about
-it will adapt the extension to be useful in Drupal mode and with
+If Drupal mode recognizes you are using an extension that it knows
+about it will adapt the extension to be useful in Drupal mode and with
 Drupal. I.e. it will recognize if you have loaded etags support and
 setup your buffers to use the TAGS file in your DRUPAL_ROOT folder.
 
@@ -57,8 +57,8 @@ it is considered a bug!
 
 #### Fixing line endings
 
-If your files are not written with unix style line endings Drupal mode
-will ask your to convert them to unix style line endings on saving
+If your files are not written with Unix style line endings Drupal mode
+will ask your to convert them to Unix style line endings on saving
 buffers.
 
 This behavior can be customized be the variable
@@ -90,12 +90,12 @@ Files that are part of a Drupal project will try to 
identify the used
 version of Drupal core and look up the documentation for the
 corresponding version at http://api.drupal.org.
 
-If the symbol at point is believed to be a drush command the
+If the symbol at point is believed to be a Drush command the
 documentation will be looked up at http://api.drush.org instead. If
 Drush is installed it will identify the version of Drush and look up
-the documentation for that version.
+the documentation for the installed version of Drush.
 
-You can change where to search for documentation be customizing
+You can change where to search for documentation by customizing
 `drupal-search-url` (besides api.drupal.org it also has a predefined
 setting for api.drupalcontrib.org) and `drupal-drush-search-url`.
 
@@ -109,9 +109,9 @@ Drupal menu entry.
 
 ### Drush editing minor mode
 
-If the buffer you visit is believe to be a Drush command (we think it
-is its name or path contains "drush") we will also enter a Drush minor
-mode.
+If the buffer you visit is believed to be a Drush command (we think it
+is if its file name or path contains "drush") we will also enter a
+Drush minor mode.
 
 There is currently no functionality connected to `drupal-drush-mode`.
 
@@ -123,7 +123,7 @@ If you have generated a TAGS file in your DRUPAL_ROOT 
folder Drupal
 mode will setup all buffers running drupal-mode to set
 `tags-file-name` to point to that TAGS file.
 
-Etags is a builtin part of Emacs.
+Etags is a built-in part of Emacs.
 
 
 ### GNU Globals / gtags
@@ -139,7 +139,7 @@ If ispell.el is loaded in Emacs then Drupal mode will set 
the language
 of your Drupal mode buffers to `american` as stated in [Drupals coding
 standards](http://drupal.org/coding-standards).
 
-ispell.el is a builtin part of Emacs. A external program must be
+ispell.el is a built-in part of Emacs. An external program must be
 installed to run the actual spell checking,
 i.e. [ispell](http://www.gnu.org/software/ispell/),
 [aspell](http://aspell.net/), or
@@ -150,7 +150,7 @@ i.e. [ispell](http://www.gnu.org/software/ispell/),
 
 If support for
 [flymake-phpcs.el](https://github.com/illusori/emacs-flymake-phpcs) is
-loaded in emacs and you have installed
+loaded in Emacs and you have installed
 [Drupal Code Sniffer](http://drupal.org/project/drupalcs) rules then
 Drupal mode will enable flymake-phpcs under php-mode.
 
@@ -179,4 +179,4 @@ All of them more or less based on
 
 Drupal mode is actively developed at
 [GitHub](https://github.com/arnested/drupal-mode).  Feature requests,
-ideas, bug reports, and pull request are more that welcome!
+ideas, bug reports, and pull request are more than welcome!



reply via email to

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