diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-24 23:14:48 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-24 23:14:48 -0800 |
commit | e4920bc99dfcee02c3bb83b46a761b0893f76626 (patch) | |
tree | a6165f7a6c45f0b4924bad97b21ab179d3e7707e /lisp/progmodes | |
parent | fa4fdb5ca559f8aae4137f8d3b974c14c760360d (diff) | |
download | emacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 9352725384b..07359539256 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -7650,7 +7650,7 @@ $~ The name of the current report format. ... &= ... Bitwise and assignment. ... * ... Multiplication. ... ** ... Exponentiation. -*NAME Glob: all objects refered by NAME. *NAM1 = *NAM2 aliases NAM1 to NAM2. +*NAME Glob: all objects referred by NAME. *NAM1 = *NAM2 aliases NAM1 to NAM2. &NAME(arg0, ...) Subroutine call. Arguments go to @_. ... + ... Addition. +EXPR Makes EXPR into scalar context. ++ Auto-increment (magical on strings). ++EXPR EXPR++ |