summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/advice.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-16 04:37:48 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-16 04:37:48 +0000
commitc0d7987107ab2fa9183aadf36d38e3be2542873a (patch)
tree019ac87376cff61733e32d905511555d6512c527 /lisp/emacs-lisp/advice.el
parent41e798a9699d5b6815a94ad2c5af86e1bdec6c3c (diff)
downloademacs-c0d7987107ab2fa9183aadf36d38e3be2542873a.tar.gz
emacs-c0d7987107ab2fa9183aadf36d38e3be2542873a.tar.bz2
emacs-c0d7987107ab2fa9183aadf36d38e3be2542873a.zip
Comment change.
Diffstat (limited to 'lisp/emacs-lisp/advice.el')
-rw-r--r--lisp/emacs-lisp/advice.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el
index 6495c3b2d3b..258c7139474 100644
--- a/lisp/emacs-lisp/advice.el
+++ b/lisp/emacs-lisp/advice.el
@@ -1436,7 +1436,7 @@
;; (fie 2)
;; 8
;;
-;; If you put a preactivating `defadvice' into an elisp file that gets byte-
+;; If you put a preactivating `defadvice' into a Lisp file that gets byte-
;; compiled then the constructed advised definition will get compiled by
;; the byte-compiler. For that to occur in a v18 emacs you have to put the
;; `defadvice' inside a `defun' because the v18 compiler does not compile