diff options
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/inf-lisp.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/make-mode.el | 6 | ||||
| -rw-r--r-- | lisp/progmodes/simula.el | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 6dc750585dd..4fa4009614a 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -69,7 +69,7 @@ | |||
| 69 | "*What not to save on inferior Lisp's input history. | 69 | "*What not to save on inferior Lisp's input history. |
| 70 | Input matching this regexp is not saved on the input history in Inferior Lisp | 70 | Input matching this regexp is not saved on the input history in Inferior Lisp |
| 71 | mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword | 71 | mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword |
| 72 | (as in :a, :c, etc.)") | 72 | \(as in :a, :c, etc.)") |
| 73 | 73 | ||
| 74 | (defvar inferior-lisp-mode-map nil) | 74 | (defvar inferior-lisp-mode-map nil) |
| 75 | (cond ((not inferior-lisp-mode-map) | 75 | (cond ((not inferior-lisp-mode-map) |
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) |
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index 82c5b87401a..52357f7aaf1 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el | |||
| @@ -74,12 +74,12 @@ and the cdr extra OTHERWISE indentation.") | |||
| 74 | (defconst simula-abbrev-keyword 'upcase | 74 | (defconst simula-abbrev-keyword 'upcase |
| 75 | "*Specify how to convert case for SIMULA keywords. | 75 | "*Specify how to convert case for SIMULA keywords. |
| 76 | Value is one of the symbols `upcase', `downcase', `capitalize', | 76 | Value is one of the symbols `upcase', `downcase', `capitalize', |
| 77 | (as in) `abbrev-table' or nil if they should not be changed.") | 77 | \(as in) `abbrev-table' or nil if they should not be changed.") |
| 78 | 78 | ||
| 79 | (defconst simula-abbrev-stdproc 'abbrev-table | 79 | (defconst simula-abbrev-stdproc 'abbrev-table |
| 80 | "*Specify how to convert case for standard SIMULA procedure and class names. | 80 | "*Specify how to convert case for standard SIMULA procedure and class names. |
| 81 | Value is one of the symbols `upcase', `downcase', `capitalize', | 81 | Value is one of the symbols `upcase', `downcase', `capitalize', |
| 82 | (as in) `abbrev-table', or nil if they should not be changed.") | 82 | \(as in) `abbrev-table', or nil if they should not be changed.") |
| 83 | 83 | ||
| 84 | (defvar simula-abbrev-file nil | 84 | (defvar simula-abbrev-file nil |
| 85 | "*File with extra abbrev definitions for use in SIMULA mode. | 85 | "*File with extra abbrev definitions for use in SIMULA mode. |