# HG changeset patch # User Juanma Barranquero # Date 1118412877 0 # Node ID b870276d9ea589f10c6dba41e798ab5f6f2b1bcb # Parent 161e3a7552ad6462aa3a80084b205be34e79c659 (cperl-info-on-command-no-prompt, cperl-mode): Fix spellings in docstrings. diff -r 161e3a7552ad -r b870276d9ea5 lisp/progmodes/cperl-mode.el --- a/lisp/progmodes/cperl-mode.el Fri Jun 10 14:14:07 2005 +0000 +++ b/lisp/progmodes/cperl-mode.el Fri Jun 10 14:14:37 2005 +0000 @@ -343,7 +343,7 @@ :group 'cperl-indentation-details) (defvar cperl-vc-header-alist nil) -(make-obsolete-variable +(make-obsolete-variable 'cperl-vc-header-alist "use cperl-vc-rcs-header or cperl-vc-sccs-header instead.") @@ -369,7 +369,7 @@ (defcustom cperl-info-on-command-no-prompt nil "*Not-nil (and non-null) means not to prompt on C-h f. -The opposite behaviour is always available if prefixed with C-c. +The opposite behavior is always available if prefixed with C-c. Can be overwritten by `cperl-hairy' if nil." :type '(choice (const null) boolean) :group 'cperl-affected-by-hairy) @@ -1303,7 +1303,7 @@ and you are on a boundary of a statement inside braces, it will transform the construct into a multiline and will place you into an appropriately indented blank line. If you need a usual -`newline-and-indent' behaviour, it is on \\[newline-and-indent], +`newline-and-indent' behavior, it is on \\[newline-and-indent], see documentation on `cperl-electric-linefeed'. Use \\[cperl-invert-if-unless] to change a construction of the form