Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Nov 28, 2023
1 parent 7ff913f commit 7d740e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/php.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d740e7

Please sign in to comment.