Skip to content

Commit 4563b22

Browse files
committed
Modify comment of php-c-vsemi-status-unknown-p about c-beginning-of-statement-1
1 parent d8b42c8 commit 4563b22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

php-mode.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@ POS is a position on the line in question.
885885
This is was done due to the problem reported here:
886886
887887
URL `https://answers.launchpad.net/nxhtml/+question/43320'"
888+
;; If this function could call c-beginning-of-statement-1, change php-c-vsemi-status-unknown-p.
888889
(save-excursion
889890
(if pos
890891
(goto-char pos)
@@ -900,7 +901,8 @@ This is was done due to the problem reported here:
900901
(: (0+ not-newline) (in "a-z\\?") ">" (0+ space) eol))))))))))
901902

902903
(defun php-c-vsemi-status-unknown-p ()
903-
"Always return NIL. See `php-c-at-vsemi-p'."
904+
"Always return NIL. See `c-vsemi-status-unknown-p'."
905+
;; Current implementation of php-c-at-vsemi-p never calls c-beginning-of-statement-1
904906
nil)
905907

906908
(defun php-lineup-string-cont (langelem)

0 commit comments

Comments
 (0)