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 @@ "*What not to save on inferior Lisp's input history. Input matching this regexp is not saved on the input history in Inferior Lisp mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword -(as in :a, :c, etc.)") +\(as in :a, :c, etc.)") (defvar inferior-lisp-mode-map nil) (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 @@ ;; So, for the meantime, this is not the default mode for makefiles. -;; $Id: makefile.el,v 1.14 1994/04/11 20:40:58 kwzh Exp rms $ +;; $Id: makefile.el,v 1.15 1994/04/22 20:20:49 rms Exp rms $ ;; This file is part of GNU Emacs. @@ -122,7 +122,7 @@ an item has been selected in the browser.") (defvar makefile-pickup-everything-picks-up-filenames-p nil "If non-nil, makefile-pickup-everything also picks up filenames as targets -(i.e. it calls makefile-find-filenames-as-targets), otherwise filenames are +\(i.e. it calls makefile-find-filenames-as-targets), otherwise filenames are omitted.") (defvar makefile-cleanup-continuations-p t @@ -748,7 +748,7 @@ In the browser\'s client buffer, go to (end-of-line), insert a \'\\\' character, insert a new blank line, go to that line and indent by one TAB. This is most useful in the process of creating continued lines when copying large dependencies from the browser to the client buffer. -(point) advances accordingly in the client buffer." +\(point) advances accordingly in the client buffer." (interactive) (save-excursion (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.") (defconst simula-abbrev-keyword 'upcase "*Specify how to convert case for SIMULA keywords. Value is one of the symbols `upcase', `downcase', `capitalize', -(as in) `abbrev-table' or nil if they should not be changed.") +\(as in) `abbrev-table' or nil if they should not be changed.") (defconst simula-abbrev-stdproc 'abbrev-table "*Specify how to convert case for standard SIMULA procedure and class names. Value is one of the symbols `upcase', `downcase', `capitalize', -(as in) `abbrev-table', or nil if they should not be changed.") +\(as in) `abbrev-table', or nil if they should not be changed.") (defvar simula-abbrev-file nil "*File with extra abbrev definitions for use in SIMULA mode. |