Mercurial > emacs
diff lisp/progmodes/simula.el @ 7639:67b7d1ea7b2e
Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 22 May 1994 22:14:17 +0000 |
| parents | c791d8c3bdec |
| children | 27b6776dc562 |
line wrap: on
line diff
--- a/lisp/progmodes/simula.el Sun May 22 22:00:39 1994 +0000 +++ b/lisp/progmodes/simula.el Sun May 22 22:14:17 1994 +0000 @@ -74,12 +74,12 @@ (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.
