Next: PHP Documentation, Previous: Completion, Up: Top
The usual commands for inserting, managing and editing source code comments in Emacs1 and Emacs's C mode2 are supported in PHP mode. The following noteworthy commands are useful for working with PHP or are extensions expressly provided by PHP mode.
comment-dwim
). If comment
already exist, indent comment (comment-indent
).
c-indent-new-comment-line
).
comment-set-column
). This affects the
variable comment-column
.
comment-region
). If
region is already commented, the region is uncommented.
comment-kill
called by comment-set-column
or comment-dwim
).
comment-dwim
).