Skip to content

Commit

Permalink
Add missing pod directives
Browse files Browse the repository at this point in the history
  • Loading branch information
choroba committed Oct 9, 2018
1 parent edc0007 commit 423ecb0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cperl-mode.el
Expand Up @@ -7987,14 +7987,17 @@ use PACKAGE [SYMBOL1, ...] Compile-time `require' with consequent `import'.
prototype \\&SUB Returns prototype of the function given a reference.
=head1 Top-level heading.
=head2 Second-level heading.
=head3 Third-level heading (is there such?).
=head3 Third-level heading.
=head4 Fourth-level heading.
=over [ NUMBER ] Start list.
=item [ TITLE ] Start new item in the list.
=back End list.
=cut Switch from POD to Perl.
=pod Switch from Perl to POD.
=begin Switch from Perl6 to POD.
=end Switch from POD to Perl6.
=begin formatname Start directly formatted region.
=end formatname End directly formatted region.
=for formatname text Paragraph in special format.
=encoding encodingname Encoding of the document.
")

(defun cperl-switch-to-doc-buffer (&optional interactive)
Expand Down

0 comments on commit 423ecb0

Please sign in to comment.