comparison lisp/progmodes/antlr-mode.el @ 78487:419c5c316b51

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:31:11 +0000
parents c1ec1c8a8d2e
children a1342e6e097a f873840f9fea 424b655804ca
comparison
equal deleted inserted replaced
78486:f0a07da7dd45 78487:419c5c316b51
566 The standard value contains the following functions as READ-FN: 566 The standard value contains the following functions as READ-FN:
567 `antlr-read-value' with ARGs = \(PROMPT AS-STRING TABLE) which reads a 567 `antlr-read-value' with ARGs = \(PROMPT AS-STRING TABLE) which reads a
568 general value, or `antlr-read-boolean' with ARGs = \(PROMPT TABLE) which 568 general value, or `antlr-read-boolean' with ARGs = \(PROMPT TABLE) which
569 reads a boolean value or a member of TABLE. PROMPT is the prompt when 569 reads a boolean value or a member of TABLE. PROMPT is the prompt when
570 asking for a new value. If non-nil, TABLE is a table for completion or 570 asking for a new value. If non-nil, TABLE is a table for completion or
571 a function evaluating to such a table. The return value is quoted iff 571 a function evaluating to such a table. The return value is quoted if
572 AS-STRING is non-nil and is either t or a symbol which is a member of 572 AS-STRING is non-nil and is either t or a symbol which is a member of
573 `antlr-options-style'.") 573 `antlr-options-style'.")
574 574
575 575
576 ;;;=========================================================================== 576 ;;;===========================================================================
2201 Look in CLASSES for the right grammar lib files for SUPERS. SUPERS is 2201 Look in CLASSES for the right grammar lib files for SUPERS. SUPERS is
2202 part SUPER in the result of `antlr-file-dependencies'. CLASSES is the 2202 part SUPER in the result of `antlr-file-dependencies'. CLASSES is the
2203 part \(CLASS-SPEC ...) in the result of `antlr-directory-dependencies'. 2203 part \(CLASS-SPEC ...) in the result of `antlr-directory-dependencies'.
2204 2204
2205 The result looks like \(OPTION WITH-UNKNOWN GLIB ...). OPTION is the 2205 The result looks like \(OPTION WITH-UNKNOWN GLIB ...). OPTION is the
2206 complete \"-glib\" option. WITH-UNKNOWN has value t iff there is none 2206 complete \"-glib\" option. WITH-UNKNOWN is t if there is none or more
2207 or more than one grammar file for at least one super grammar. 2207 than one grammar file for at least one super grammar.
2208 2208
2209 Each GLIB looks like \(GRAMMAR-FILE \. EVOCAB). GRAMMAR-FILE is a file 2209 Each GLIB looks like \(GRAMMAR-FILE \. EVOCAB). GRAMMAR-FILE is a file
2210 in which a super-grammar is defined. EVOCAB is the value of the export 2210 in which a super-grammar is defined. EVOCAB is the value of the export
2211 vocabulary of the super-grammar or nil if it is not needed." 2211 vocabulary of the super-grammar or nil if it is not needed."
2212 ;; If the superclass is defined in the same file, that file will be included 2212 ;; If the superclass is defined in the same file, that file will be included