diff options
| author | Kim F. Storm | 2004-07-22 14:26:26 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-07-22 14:26:26 +0000 |
| commit | e008a4e588349adc7cb5e11829c0e52652691242 (patch) | |
| tree | 1f93be69df5fa5b8d6f5a5d2b1cbdb11003f3228 | |
| parent | 8b66e34f8c3c3032963bac2e148966ca3a783d04 (diff) | |
| download | emacs-e008a4e588349adc7cb5e11829c0e52652691242.tar.gz emacs-e008a4e588349adc7cb5e11829c0e52652691242.zip | |
Fix comments.
| -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 @@ | |||
| 8 | ;; Adapted-By: ESR | 8 | ;; Adapted-By: ESR |
| 9 | ;; Keywords: unix, tools | 9 | ;; Keywords: unix, tools |
| 10 | 10 | ||
| 11 | ;; RMS: | ||
| 12 | ;; This needs work. | ||
| 13 | ;; Also, the doc strings need fixing: the first line doesn't stand alone, | ||
| 14 | ;; and other usage is not high quality. Symbol names don't have `...'. | ||
| 15 | |||
| 16 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 17 | 12 | ||
| 18 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 13 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| @@ -63,6 +58,7 @@ | |||
| 63 | ;; | 58 | ;; |
| 64 | ;; To Do: | 59 | ;; To Do: |
| 65 | ;; | 60 | ;; |
| 61 | ;; * Add missing doc strings, improve terse doc strings. | ||
| 66 | ;; * Eliminate electric stuff entirely. | 62 | ;; * Eliminate electric stuff entirely. |
| 67 | ;; * It might be nice to highlight targets differently depending on | 63 | ;; * It might be nice to highlight targets differently depending on |
| 68 | ;; whether they are up-to-date or not. Not sure how this would | 64 | ;; whether they are up-to-date or not. Not sure how this would |