summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:14:37 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:14:37 +0000
commit6292d528a73b956cd40e57c18c20c393293b78c2 (patch)
treef26a848eb4986b794eaee10658fdfdebd94c7ede /lisp
parent2d0bbf5d1ff48f2b254cd75de36007a54d259354 (diff)
downloademacs-6292d528a73b956cd40e57c18c20c393293b78c2.tar.gz
emacs-6292d528a73b956cd40e57c18c20c393293b78c2.tar.bz2
emacs-6292d528a73b956cd40e57c18c20c393293b78c2.zip
(cperl-info-on-command-no-prompt, cperl-mode): Fix spellings in docstrings.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/cperl-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index 4abd8123e6a..85c86bfb6f3 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -343,7 +343,7 @@ Affects: `cperl-font-lock', `cperl-electric-lbrace-space',
: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 @@ Affects: `cperl-font-lock', `cperl-electric-lbrace-space',
(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 @@ you type it inside the inline block of control construct, like
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