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

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

[nongnu] elpa/php-mode 878e31369c 5/5: Update README


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode 878e31369c 5/5: Update README
Date: Thu, 19 Dec 2024 13:01:49 -0500 (EST)

branch: elpa/php-mode
commit 878e31369c81010d0ec296b23ef62dfdf87bd506
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>

    Update README
---
 README.ja.md |  4 ++--
 README.md    | 19 ++++++++++---------
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/README.ja.md b/README.ja.md
index f93123029c..81c0f5104d 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -17,7 +17,7 @@ A powerful and flexible Emacs major mode for editing PHP 
scripts
 [GitHubプロジェクト][php-mode]にissueを作成してバグ報告や機能リクエストを送ってください。
 
 > [!NOTE]
-> [最新版][releases]のPHP ModeはEmacs 30をサポートしています。<br 
/>アップグレードに伴うトラブルは[Discussions][disscussions-emacs30]に気軽に書き込んでください。
+> [最新版][releases]のPHP ModeはEmacs 30をサポートしています。<br 
/>アップグレードに伴うトラブルは[Discussions][discussions-emacs30]に気軽に書き込んでください。
 
 > [!WARNING]
 > Emacsをアップグレードした直後に初めてPHPファイルを開いたときに、CC 
 > Mode関連のエラーが発生する可能性があります。これは以前のバージョンのEmacsでバイトコンパイルされたPHP 
 > Modeがディスクにキャッシュされているために起こるので、PHP Modeの再インストールによって解決します。
@@ -25,7 +25,7 @@ A powerful and flexible Emacs major mode for editing PHP 
scripts
 > **`M-x php-mode-debug-reinstall`** または **`M-x package-reinstall php-mode`** 
 > コマンドをお試しください。
 
 [releases]: https://github.com/emacs-php/php-mode/releases
-[disscussions-emacs30]: https://github.com/emacs-php/php-mode/discussions/798
+[discussions-emacs30]: https://github.com/emacs-php/php-mode/discussions/798
 
 ## インストール
 
diff --git a/README.md b/README.md
index 8ba8a04bca..490b3f0888 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,8 @@ English &nbsp;&nbsp;|&nbsp;&nbsp; [日本語](README.ja.md)
 Please submit any bug reports or feature requests by creating issues on [the 
GitHub page for PHP Mode][php-mode].
 
 > [!NOTE]
-> The [latest version][releases] of PHP Mode supports Emacs 30. <br />Please 
feel free to [write to disucuss][disscussions-emacs30] if you have problems 
upgrading to Emacs 29.
+> The [latest version][releases] of PHP Mode supports Emacs 30.  
+> Please feel free to [open a discussion][discussions-emacs30] if you have any 
issues upgrading to Emacs 30.
 
 > [!WARNING]
 > After upgrading Emacs, when you open a PHP file for the first time, you may 
 > encounter errors related to CC Mode. These errors occur because a previously 
 > byte-compiled version of PHP Mode, cached on your disk, differs from the 
 > newly installed one. Reinstalling PHP Mode should resolve the issue.
@@ -25,25 +26,26 @@ Please submit any bug reports or feature requests by 
creating issues on [the Git
 > Try running **`M-x php-mode-debug-reinstall`** or **`M-x package-reinstall 
 > php-mode`**.
 
 [releases]: https://github.com/emacs-php/php-mode/releases
-[disscussions-emacs30]: https://github.com/emacs-php/php-mode/discussions/798
+[discussions-emacs30]: https://github.com/emacs-php/php-mode/discussions/798
 
 ## Installation
 
-**PHP Mode works with Emacs 27.1 or later**. For details on supported 
versions, see [Supported Version]. Emacs 28 or later can be installed simply by 
running the following command.
+**PHP Mode works with Emacs 27.1 or later.** For details on supported 
versions, see [Supported Version].
+On Emacs 28 or later, you can install it simply by running:
 
 ```
 M-x package-install php-mode
 ```
 
-By [adding MELPA to `package-archives`][melpa-getting-started], you can extend 
Emacs with many packages from the web.
+By [adding MELPA to `package-archives`][melpa-getting-started], you can extend 
Emacs with numerous packages from the web.
 
-If you don't want to depend on a package manager, you can install Lisp files 
directly in the traditional way.  See [Manual 
installation][wiki-manual-installation] for our recommended setup method.
+If you prefer not to rely on a package manager, you can install the Lisp files 
directly in the traditional manner.  See [Manual 
installation][wiki-manual-installation] for our recommended method.
 
 ## Configuration
 
 ### Personal Settings
 
-You can add configurations for PHP mode in the .emacs file 
(`~/.emacs.d/init.el`):
+You can add configurations for PHP Mode in your `.emacs` file 
(`~/.emacs.d/init.el`):
 
 ```lisp
 (defun my-php-mode-init ()
@@ -67,7 +69,7 @@ You can add configurations for PHP mode in the .emacs file 
(`~/.emacs.d/init.el`
 
 ### Project Setting
 
-You can add project-specific settings by creating a `.dir-locals.el` or 
`.dir-locals-2.el` file in the project's root directory.  It is recommended not 
to put these files under version control, as they depend on the packages 
installed in each user's Emacs.
+You can add project-specific settings by creating a `.dir-locals.el` or 
`.dir-locals-2.el` file in the project's root directory.  It is recommended not 
to put these files under version control, as they depend on the packages 
installed on each user's Emacs.
 
 ```lisp
 ((nil
@@ -77,13 +79,12 @@ You can add project-specific settings by creating a 
`.dir-locals.el` or `.dir-lo
 
 ## Reporting Bugs
 
-When reporting a bug please run the function `M-x php-mode-debug` and include 
its output in your bug report.  This helps up reproduce any problem you may 
have.
+When reporting a bug, please run `M-x php-mode-debug` and include its output 
in your bug report.  This helps us reproduce any issues you may be experiencing.
 
 ## How to Contribute
 
 Please see [CONTRIBUTING.md](CONTRIBUTING.md#english).
 
-
 ## Copyright
 
 PHP Mode is licensed under [GNU General Public License Version 3][gpl-v3] 
(GPLv3).



reply via email to

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