diff options
| author | Richard M. Stallman | 1994-05-22 22:14:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-22 22:14:17 +0000 |
| commit | a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch) | |
| tree | 106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/progmodes/make-mode.el | |
| parent | ee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff) | |
| download | emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip | |
Doc fix.
Diffstat (limited to 'lisp/progmodes/make-mode.el')
| -rw-r--r-- | lisp/progmodes/make-mode.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index eb07bb412d4..13dab564e6b 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | 17 | ||
| 18 | ;; So, for the meantime, this is not the default mode for makefiles. | 18 | ;; So, for the meantime, this is not the default mode for makefiles. |
| 19 | 19 | ||
| 20 | ;; $Id: makefile.el,v 1.14 1994/04/11 20:40:58 kwzh Exp rms $ | 20 | ;; $Id: makefile.el,v 1.15 1994/04/22 20:20:49 rms Exp rms $ |
| 21 | 21 | ||
| 22 | ;; This file is part of GNU Emacs. | 22 | ;; This file is part of GNU Emacs. |
| 23 | 23 | ||
| @@ -122,7 +122,7 @@ an item has been selected in the browser.") | |||
| 122 | 122 | ||
| 123 | (defvar makefile-pickup-everything-picks-up-filenames-p nil | 123 | (defvar makefile-pickup-everything-picks-up-filenames-p nil |
| 124 | "If non-nil, makefile-pickup-everything also picks up filenames as targets | 124 | "If non-nil, makefile-pickup-everything also picks up filenames as targets |
| 125 | (i.e. it calls makefile-find-filenames-as-targets), otherwise filenames are | 125 | \(i.e. it calls makefile-find-filenames-as-targets), otherwise filenames are |
| 126 | omitted.") | 126 | omitted.") |
| 127 | 127 | ||
| 128 | (defvar makefile-cleanup-continuations-p t | 128 | (defvar makefile-cleanup-continuations-p t |
| @@ -748,7 +748,7 @@ In the browser\'s client buffer, go to (end-of-line), insert a \'\\\' | |||
| 748 | character, insert a new blank line, go to that line and indent by one TAB. | 748 | character, insert a new blank line, go to that line and indent by one TAB. |
| 749 | This is most useful in the process of creating continued lines when copying | 749 | This is most useful in the process of creating continued lines when copying |
| 750 | large dependencies from the browser to the client buffer. | 750 | large dependencies from the browser to the client buffer. |
| 751 | (point) advances accordingly in the client buffer." | 751 | \(point) advances accordingly in the client buffer." |
| 752 | (interactive) | 752 | (interactive) |
| 753 | (save-excursion | 753 | (save-excursion |
| 754 | (set-buffer makefile-browser-client) | 754 | (set-buffer makefile-browser-client) |