Skip to content

Commit a22e4da

Browse files
committed
Fix quotes = in docstring
1 parent 4efafb8 commit a22e4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lisp/php-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ This is was done due to the problem reported here:
918918
(defun php-lineup-string-cont (langelem)
919919
"Line up string toward equal sign or dot.
920920
e.g.
921-
$str = 'some'
921+
$str \= 'some'
922922
. 'string';
923923
this ^ lineup"
924924
(save-excursion

0 commit comments

Comments
 (0)