diff options
author | Kim F. Storm <storm@cua.dk> | 2004-07-22 14:26:26 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-07-22 14:26:26 +0000 |
commit | fd6d8bdb33e30b5e518336c5bba9ec6a15f6a248 (patch) | |
tree | 459a604115c84a0bc95419181d0d46f948be50f0 /lisp/progmodes | |
parent | 8fbd8aab5beb1d2f884ca61924b24736ac370935 (diff) | |
download | emacs-fd6d8bdb33e30b5e518336c5bba9ec6a15f6a248.tar.gz |
Fix comments.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/make-mode.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 5130ca9bfef..c887b144965 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -8,11 +8,6 @@ ;; Adapted-By: ESR ;; Keywords: unix, tools -;; RMS: -;; This needs work. -;; Also, the doc strings need fixing: the first line doesn't stand alone, -;; and other usage is not high quality. Symbol names don't have `...'. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -63,6 +58,7 @@ ;; ;; To Do: ;; +;; * Add missing doc strings, improve terse doc strings. ;; * Eliminate electric stuff entirely. ;; * It might be nice to highlight targets differently depending on ;; whether they are up-to-date or not. Not sure how this would |