emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el
Date: Sat, 16 Mar 2002 07:07:41 -0500

Index: emacs/lisp/textmodes/bibtex.el
diff -c emacs/lisp/textmodes/bibtex.el:1.68 emacs/lisp/textmodes/bibtex.el:1.69
*** emacs/lisp/textmodes/bibtex.el:1.68 Wed Mar  6 16:57:10 2002
--- emacs/lisp/textmodes/bibtex.el      Sat Mar 16 07:07:40 2002
***************
*** 172,178 ****
  (defcustom bibtex-sort-ignore-string-entries t
    "*If non-nil, BibTeX @String entries are not sort-significant.
  That means they are ignored when determining ordering of the buffer
! (e.g., sorting, locating alphabetical position for new entries, etc.).
  This variable is buffer-local."
    :group 'bibtex
    :type 'boolean)
--- 172,178 ----
  (defcustom bibtex-sort-ignore-string-entries t
    "*If non-nil, BibTeX @String entries are not sort-significant.
  That means they are ignored when determining ordering of the buffer
! \(e.g., sorting, locating alphabetical position for new entries, etc.).
  This variable is buffer-local."
    :group 'bibtex
    :type 'boolean)
***************
*** 408,421 ****
  
    "Defines entry types and their associated fields.
  List of
! (ENTRY-NAME (REQUIRED OPTIONAL) (CROSSREF-REQUIRED CROSSREF-OPTIONAL))
  triples.
  If the third element is nil, the first pair is always used.
  If not, the second pair is used in the case of presence of a crossref
  field and the third in the case of absence.
  REQUIRED, OPTIONAL, CROSSREF-REQUIRED and CROSSREF-OPTIONAL are lists.
  Each element of these lists is a list of the form
! (FIELD-NAME COMMENT-STRING INIT ALTERNATIVE-FLAG).
  COMMENT-STRING, INIT, and ALTERNATIVE-FLAG are optional.
  FIELD-NAME is the name of the field, COMMENT-STRING the comment to
  appear in the echo area, INIT is either the initial content of the
--- 408,421 ----
  
    "Defines entry types and their associated fields.
  List of
! \(ENTRY-NAME (REQUIRED OPTIONAL) (CROSSREF-REQUIRED CROSSREF-OPTIONAL))
  triples.
  If the third element is nil, the first pair is always used.
  If not, the second pair is used in the case of presence of a crossref
  field and the third in the case of absence.
  REQUIRED, OPTIONAL, CROSSREF-REQUIRED and CROSSREF-OPTIONAL are lists.
  Each element of these lists is a list of the form
! \(FIELD-NAME COMMENT-STRING INIT ALTERNATIVE-FLAG).
  COMMENT-STRING, INIT, and ALTERNATIVE-FLAG are optional.
  FIELD-NAME is the name of the field, COMMENT-STRING the comment to
  appear in the echo area, INIT is either the initial content of the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]