/[emacs]/emacs/lisp/textmodes/bibtex.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/bibtex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.68 by zsh, Wed Mar 6 21:57:10 2002 UTC revision 1.69 by pj, Sat Mar 16 12:07:40 2002 UTC
# Line 172  narrowed to just the entry." Line 172  narrowed to just the entry."
172  (defcustom bibtex-sort-ignore-string-entries t  (defcustom bibtex-sort-ignore-string-entries t
173    "*If non-nil, BibTeX @String entries are not sort-significant.    "*If non-nil, BibTeX @String entries are not sort-significant.
174  That means they are ignored when determining ordering of the buffer  That means they are ignored when determining ordering of the buffer
175  (e.g., sorting, locating alphabetical position for new entries, etc.).  \(e.g., sorting, locating alphabetical position for new entries, etc.).
176  This variable is buffer-local."  This variable is buffer-local."
177    :group 'bibtex    :group 'bibtex
178    :type 'boolean)    :type 'boolean)
# Line 408  after last parsing and which are maintai Line 408  after last parsing and which are maintai
408    
409    "Defines entry types and their associated fields.    "Defines entry types and their associated fields.
410  List of  List of
411  (ENTRY-NAME (REQUIRED OPTIONAL) (CROSSREF-REQUIRED CROSSREF-OPTIONAL))  \(ENTRY-NAME (REQUIRED OPTIONAL) (CROSSREF-REQUIRED CROSSREF-OPTIONAL))
412  triples.  triples.
413  If the third element is nil, the first pair is always used.  If the third element is nil, the first pair is always used.
414  If not, the second pair is used in the case of presence of a crossref  If not, the second pair is used in the case of presence of a crossref
415  field and the third in the case of absence.  field and the third in the case of absence.
416  REQUIRED, OPTIONAL, CROSSREF-REQUIRED and CROSSREF-OPTIONAL are lists.  REQUIRED, OPTIONAL, CROSSREF-REQUIRED and CROSSREF-OPTIONAL are lists.
417  Each element of these lists is a list of the form  Each element of these lists is a list of the form
418  (FIELD-NAME COMMENT-STRING INIT ALTERNATIVE-FLAG).  \(FIELD-NAME COMMENT-STRING INIT ALTERNATIVE-FLAG).
419  COMMENT-STRING, INIT, and ALTERNATIVE-FLAG are optional.  COMMENT-STRING, INIT, and ALTERNATIVE-FLAG are optional.
420  FIELD-NAME is the name of the field, COMMENT-STRING the comment to  FIELD-NAME is the name of the field, COMMENT-STRING the comment to
421  appear in the echo area, INIT is either the initial content of the  appear in the echo area, INIT is either the initial content of the

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26