/[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.65 by spiegel, Tue May 24 20:03:58 2005 UTC revision 1.66 by lektu, Fri Jun 10 14:14:37 2005 UTC
# Line 343  Affects: `cperl-font-lock', `cperl-elect Line 343  Affects: `cperl-font-lock', `cperl-elect
343    :group 'cperl-indentation-details)    :group 'cperl-indentation-details)
344    
345  (defvar cperl-vc-header-alist nil)  (defvar cperl-vc-header-alist nil)
346  (make-obsolete-variable  (make-obsolete-variable
347   'cperl-vc-header-alist   'cperl-vc-header-alist
348   "use cperl-vc-rcs-header or cperl-vc-sccs-header instead.")   "use cperl-vc-rcs-header or cperl-vc-sccs-header instead.")
349    
# Line 369  Affects: `cperl-font-lock', `cperl-elect Line 369  Affects: `cperl-font-lock', `cperl-elect
369    
370  (defcustom cperl-info-on-command-no-prompt nil  (defcustom cperl-info-on-command-no-prompt nil
371    "*Not-nil (and non-null) means not to prompt on C-h f.    "*Not-nil (and non-null) means not to prompt on C-h f.
372  The opposite behaviour is always available if prefixed with C-c.  The opposite behavior is always available if prefixed with C-c.
373  Can be overwritten by `cperl-hairy' if nil."  Can be overwritten by `cperl-hairy' if nil."
374    :type '(choice (const null) boolean)    :type '(choice (const null) boolean)
375    :group 'cperl-affected-by-hairy)    :group 'cperl-affected-by-hairy)
# Line 1303  you type it inside the inline block of c Line 1303  you type it inside the inline block of c
1303  and you are on a boundary of a statement inside braces, it will  and you are on a boundary of a statement inside braces, it will
1304  transform the construct into a multiline and will place you into an  transform the construct into a multiline and will place you into an
1305  appropriately indented blank line.  If you need a usual  appropriately indented blank line.  If you need a usual
1306  `newline-and-indent' behaviour, it is on \\[newline-and-indent],  `newline-and-indent' behavior, it is on \\[newline-and-indent],
1307  see documentation on `cperl-electric-linefeed'.  see documentation on `cperl-electric-linefeed'.
1308    
1309  Use \\[cperl-invert-if-unless] to change a construction of the form  Use \\[cperl-invert-if-unless] to change a construction of the form

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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