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/simula.el | |
| parent | ee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff) | |
| download | emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip | |
Doc fix.
Diffstat (limited to 'lisp/progmodes/simula.el')
| -rw-r--r-- | lisp/progmodes/simula.el | 4 |
1 files changed, 2 insertions, 2 deletions
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. |