We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff913f commit 7d740e7Copy full SHA for 7d740e7
lisp/php.el
@@ -674,7 +674,9 @@ Currently there are `php-mode' and `php-ts-mode'."
674
"Return function signature and class name string for header line in topsy.
675
676
You can add the function to topsy with the code below:
677
- \(add-to-list 'topsy-mode-functions '\(php-mode . php-topsy-beginning-of-defun-with-class\)\)"
+
678
+ (add-to-list \\='topsy-mode-functions
679
+ \\='(php-mode . php-topsy-beginning-of-defun-with-class))"
680
(save-excursion
681
(goto-char (window-start))
682
(mapconcat
0 commit comments