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

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

[nongnu] elpa/php-mode 7d740e7e51 4/4: Fix code style


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode 7d740e7e51 4/4: Fix code style
Date: Tue, 28 Nov 2023 16:00:12 -0500 (EST)

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

    Fix code style
---
 lisp/php.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/php.el b/lisp/php.el
index 8fa7a6d56f..32142cb010 100644
--- a/lisp/php.el
+++ b/lisp/php.el
@@ -674,7 +674,9 @@ Currently there are `php-mode' and `php-ts-mode'."
   "Return function signature and class name string for header line in topsy.
 
 You can add the function to topsy with the code below:
-    \(add-to-list 'topsy-mode-functions '\(php-mode . 
php-topsy-beginning-of-defun-with-class\)\)"
+
+    (add-to-list \\='topsy-mode-functions
+                 \\='(php-mode . php-topsy-beginning-of-defun-with-class))"
   (save-excursion
     (goto-char (window-start))
     (mapconcat



reply via email to

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