comparison 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
comparison
equal deleted inserted replaced
7638:fb6479579c0b 7639:67b7d1ea7b2e
72 "*Non-nil means `simula-indent-line' function may reindent previous line.") 72 "*Non-nil means `simula-indent-line' function may reindent previous line.")
73 73
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.
86 These are used together with the standard abbrev definitions for SIMULA. 86 These are used together with the standard abbrev definitions for SIMULA.
87 Please note that the standard definitions are required 87 Please note that the standard definitions are required