Function: cperl-info-on-current-command
cperl-info-on-current-command is an interactive and byte-compiled
function defined in cperl-mode.el.gz.
This command is obsolete since 30.1; use cperl-perldoc instead.
Signature
(cperl-info-on-current-command)
Documentation
Show an info buffer for the current command.
This is obsolete because Perl info pages are no longer distributed.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defun cperl-info-on-current-command ()
"Show an info buffer for the current command.
This is obsolete because Perl info pages are no longer distributed."
(declare (obsolete cperl-perldoc "30.1"))
(interactive)
(cperl-perldoc (cperl-word-at-point)))