]> git.eshelyaron.com Git - emacs.git/commitdiff
(bibtex-sort-ignore-string-entries)
authorPavel Janík <Pavel@Janik.cz>
Sat, 16 Mar 2002 12:08:49 +0000 (12:08 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 16 Mar 2002 12:08:49 +0000 (12:08 +0000)
(bibtex-entry-field-alist): Doc fix.

lisp/ChangeLog
lisp/textmodes/bibtex.el

index 1aaa962d4c72ce0d8bdf4940a963183078165740..b93c92be2e22526c44ee43196ef440a759e604d9 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
+       (bibtex-entry-field-alist): Doc fix.
+
 2002-03-16  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
index 043a84f679a617dd9c75e275a2c9f893a2a99184..69a3ceaa746a7221101bd23a7e712fcccafae5f4 100644 (file)
@@ -172,7 +172,7 @@ narrowed to just the entry."
 (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.).
+\(e.g., sorting, locating alphabetical position for new entries, etc.).
 This variable is buffer-local."
   :group 'bibtex
   :type 'boolean)
@@ -408,14 +408,14 @@ after last parsing and which are maintained in sorted order are parsed."
 
   "Defines entry types and their associated fields.
 List of
-(ENTRY-NAME (REQUIRED OPTIONAL) (CROSSREF-REQUIRED CROSSREF-OPTIONAL))
+\(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).
+\(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