diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-06-22 22:46:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-06-22 22:46:17 +0000 |
commit | 863312cda6673ae215e55905d7927de589d3c008 (patch) | |
tree | 0a2bcb09703c6116de3ca57e5b84cfe029ba79c6 /lisp/emacs-lisp/advice.el | |
parent | 3078f066a2de5000630f1ba02a095b96081d0b58 (diff) | |
download | emacs-863312cda6673ae215e55905d7927de589d3c008.tar.gz emacs-863312cda6673ae215e55905d7927de589d3c008.tar.bz2 emacs-863312cda6673ae215e55905d7927de589d3c008.zip |
Comment fix.
Diffstat (limited to 'lisp/emacs-lisp/advice.el')
-rw-r--r-- | lisp/emacs-lisp/advice.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 51cc5e74448..6148435c308 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -230,7 +230,7 @@ ;; @@ Terminology: ;; =============== -;; - Emacs, Emacs-19: FSF's version of Emacs with major version 19 +;; - Emacs, Emacs-19: Emacs as released by the GNU Project ;; - Lemacs: Lucid's version of Emacs with major version 19 ;; - v18: Any Emacs with major version 18 or built as an extension to that ;; (such as Epoch) |