comparison lisp/textmodes/bibtex.el @ 105170:f8ba8d6fd250

Fix typos. * allout.el * dired-aux.el * dired-x.el * epa-file.el * ps-print.el * shell.el * vc-hooks.el * vc-rcs.el * vc-sccs.el * vc.el * view.el * wdired.el * emacs-lisp/authors.el * net/dig.el * net/socks.el * net/zeroconf.el * obsolete/vc-mcvs.el * progmodes/gdb-mi.el * progmodes/grep.el * progmodes/idlw-help.el * progmodes/idlw-shell.el * progmodes/idlwave.el * progmodes/inf-lisp.el * textmodes/bibtex.el * textmodes/ispell.el * textmodes/reftex-toc.el
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 24 Sep 2009 01:37:14 +0000
parents 468b7fa34d2c
children bd2966850aac
comparison
equal deleted inserted replaced
105169:1d903e2f65af 105170:f8ba8d6fd250
214 "List of classes of BibTeX entry types, used for sorting entries. 214 "List of classes of BibTeX entry types, used for sorting entries.
215 If value of `bibtex-maintain-sorted-entries' is `entry-class' 215 If value of `bibtex-maintain-sorted-entries' is `entry-class'
216 entries are ordered according to the classes they belong to. Each 216 entries are ordered according to the classes they belong to. Each
217 class contains a list of entry types. An entry `catch-all' applies 217 class contains a list of entry types. An entry `catch-all' applies
218 to all entries not explicitly mentioned." 218 to all entries not explicitly mentioned."
219 :group 'BibTeX 219 :group 'bibtex
220 :type '(repeat (choice :tag "Class" 220 :type '(repeat (choice :tag "Class"
221 (const :tag "catch-all" (catch-all)) 221 (const :tag "catch-all" (catch-all))
222 (repeat :tag "Entry type" string)))) 222 (repeat :tag "Entry type" string))))
223 (put 'bibtex-sort-entry-class 'safe-local-variable 223 (put 'bibtex-sort-entry-class 'safe-local-variable
224 (lambda (x) (let ((OK t)) 224 (lambda (x) (let ((OK t))