Skip to content

Commit

Permalink
Properly quote symbols in documentation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
monnier authored and zonuexe committed Apr 10, 2023
1 parent 2f9fa61 commit e45117f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,8 @@ This is was done due to the problem reported here:
(defun php-lineup-string-cont (langelem)
"Line up string toward equal sign or dot.
e.g.
$str \= \'some\'
. \'string\';
$str = \\='some'
. \\='string';
this ^ lineup"
(save-excursion
(goto-char (cdr langelem))
Expand Down

0 comments on commit e45117f

Please sign in to comment.