aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorE. Choroba2020-12-15 14:37:50 +0100
committerStefan Kangas2020-12-16 16:22:33 +0100
commit6eb6357423dbef73079732206f5a71cec09eed41 (patch)
tree225b73ac66f93ed953cec9a63975b6ccabfd14e5
parentd1b1a5c0e653c0cbc3d95759adf4822a60c21ed0 (diff)
downloademacs-6eb6357423dbef73079732206f5a71cec09eed41.tar.gz
emacs-6eb6357423dbef73079732206f5a71cec09eed41.zip
Update short docs in cperl-mode
* lisp/progmodes/cperl-mode.el (cperl-short-docs): Update with some missing entries. (Bug#45254)
-rw-r--r--lisp/progmodes/cperl-mode.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index ae839a66220..5cf40fe959a 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -7260,6 +7260,7 @@ __DATA__ Ends program source.
7260__FILE__ Current (source) filename. 7260__FILE__ Current (source) filename.
7261__LINE__ Current line in current source. 7261__LINE__ Current line in current source.
7262__PACKAGE__ Current package. 7262__PACKAGE__ Current package.
7263__SUB__ Current sub.
7263ARGV Default multi-file input filehandle. <ARGV> is a synonym for <>. 7264ARGV Default multi-file input filehandle. <ARGV> is a synonym for <>.
7264ARGVOUT Output filehandle with -i flag. 7265ARGVOUT Output filehandle with -i flag.
7265BEGIN { ... } Immediately executed (during compilation) piece of code. 7266BEGIN { ... } Immediately executed (during compilation) piece of code.
@@ -7525,14 +7526,17 @@ use PACKAGE [SYMBOL1, ...] Compile-time `require' with consequent `import'.
7525prototype \\&SUB Returns prototype of the function given a reference. 7526prototype \\&SUB Returns prototype of the function given a reference.
7526=head1 Top-level heading. 7527=head1 Top-level heading.
7527=head2 Second-level heading. 7528=head2 Second-level heading.
7528=head3 Third-level heading (is there such?). 7529=head3 Third-level heading.
7530=head4 Fourth-level heading.
7529=over [ NUMBER ] Start list. 7531=over [ NUMBER ] Start list.
7530=item [ TITLE ] Start new item in the list. 7532=item [ TITLE ] Start new item in the list.
7531=back End list. 7533=back End list.
7532=cut Switch from POD to Perl. 7534=cut Switch from POD to Perl.
7533=pod Switch from Perl to POD. 7535=pod Switch from Perl to POD.
7534=begin Switch from Perl6 to POD. 7536=begin formatname Start directly formatted region.
7535=end Switch from POD to Perl6. 7537=end formatname End directly formatted region.
7538=for formatname text Paragraph in special format.
7539=encoding encodingname Encoding of the document.
7536") 7540")
7537 7541
7538(defun cperl-switch-to-doc-buffer (&optional interactive) 7542(defun cperl-switch-to-doc-buffer (&optional interactive)