Skip to content

Commit e45117f

Browse files
monnierzonuexe
authored andcommitted
Properly quote symbols in documentation strings
1 parent 2f9fa61 commit e45117f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/php-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,8 @@ This is was done due to the problem reported here:
943943
(defun php-lineup-string-cont (langelem)
944944
"Line up string toward equal sign or dot.
945945
e.g.
946-
$str \= \'some\'
947-
. \'string\';
946+
$str = \\='some'
947+
. \\='string';
948948
this ^ lineup"
949949
(save-excursion
950950
(goto-char (cdr langelem))

0 commit comments

Comments
 (0)