Skip to content

Commit b8c3484

Browse files
committed
Update doc comment
1 parent d46195c commit b8c3484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/php.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ Look at the `php-executable' variable instead of the constant \"php\" command."
665665
"Return function signature and class name string for header line in topsy.
666666
667667
You can add the function to topsy with the code below:
668-
\(add-to-list 'topsy-mode-functions '(php-mode . php-topsy-beginning-of-defun-with-class))"
668+
\(add-to-list 'topsy-mode-functions '\(php-mode . php-topsy-beginning-of-defun-with-class\)\)"
669669
(save-excursion
670670
(goto-char (window-start))
671671
(mapconcat

0 commit comments

Comments
 (0)