/[emacs]/emacs/lisp/progmodes/cperl-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cperl-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33.2.7 by miles, Sat Jul 17 02:49:47 2004 UTC revision 1.33.2.8 by miles, Thu Nov 4 13:12:42 2004 UTC
# Line 6664  prototype \&SUB        Returns prototype of the Line 6664  prototype \&SUB        Returns prototype of the
6664  =pod            Switch from Perl to POD.  =pod            Switch from Perl to POD.
6665  ")  ")
6666    
6667  (defun cperl-switch-to-doc-buffer ()  (defun cperl-switch-to-doc-buffer (&optional interactive)
6668    "Go to the perl documentation buffer and insert the documentation."    "Go to the perl documentation buffer and insert the documentation."
6669    (interactive)    (interactive "p")
6670    (let ((buf (get-buffer-create cperl-doc-buffer)))    (let ((buf (get-buffer-create cperl-doc-buffer)))
6671      (if (interactive-p)      (if interactive
6672          (switch-to-buffer-other-window buf)          (switch-to-buffer-other-window buf)
6673        (set-buffer buf))        (set-buffer buf))
6674      (if (= (buffer-size) 0)      (if (= (buffer-size) 0)

Legend:
Removed from v.1.33.2.7  
changed lines
  Added in v.1.33.2.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26