Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Nov 18, 2023
1 parent d46195c commit b8c3484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/php.el
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ Look at the `php-executable' variable instead of the constant \"php\" command."
"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 b8c3484

Please sign in to comment.