summaryrefslogtreecommitdiff
path: root/lisp/progmodes/perl-mode.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 06:28:10 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 06:28:10 +0000
commit282d89c00d827cc25d77849ac23e919cbeabd045 (patch)
tree4723478b7434e1d7b13e6a35a66b459793768559 /lisp/progmodes/perl-mode.el
parent841763034cba0e8e751fe510082babacfd83c2a5 (diff)
downloademacs-282d89c00d827cc25d77849ac23e919cbeabd045.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/perl-mode.el')
-rw-r--r--lisp/progmodes/perl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el
index 250a5622bab..c31de9470a2 100644
--- a/lisp/progmodes/perl-mode.el
+++ b/lisp/progmodes/perl-mode.el
@@ -63,7 +63,7 @@
;; It may be good style to put a set of redundant braces around your
;; main program. This will let you reindent it with meta-^q.
-;; Known problems (these are all caused by limitations in the elisp
+;; Known problems (these are all caused by limitations in the Emacs Lisp
;; parsing routine (parse-partial-sexp), which was not designed for such
;; a rich language; writing a more suitable parser would be a big job):
;; 1) Regular expression delimitors do not act as quotes, so special