Mercurial > emacs
comparison lisp/gnus-cite.el @ 14040:187735b53d52
Comment fixes.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 05 Jan 1996 22:21:28 +0000 |
parents | 178d730efae2 |
children | 83f275dcd93a |
comparison
equal
deleted
inserted
replaced
14039:831c5fda97f4 | 14040:187735b53d52 |
---|---|
450 ;; `small-if-unique' the shortest prefix will be used if the | 450 ;; `small-if-unique' the shortest prefix will be used if the |
451 ;; attribution line does not share its own prefix with other | 451 ;; attribution line does not share its own prefix with other |
452 ;; loose attribution lines, otherwise the first prefix will be used. | 452 ;; loose attribution lines, otherwise the first prefix will be used. |
453 ;; | 453 ;; |
454 ;; If AFTER is non-nil, only citations after the attribution line | 454 ;; If AFTER is non-nil, only citations after the attribution line |
455 ;; will be concidered. | 455 ;; will be considered. |
456 ;; | 456 ;; |
457 ;; If FUN is non-nil, it will be called with the arguments (WROTE | 457 ;; If FUN is non-nil, it will be called with the arguments (WROTE |
458 ;; PREFIX TAG) and expected to return a regular expression. Only | 458 ;; PREFIX TAG) and expected to return a regular expression. Only |
459 ;; citations whose prefix matches the regular expression will be | 459 ;; citations whose prefix matches the regular expression will be |
460 ;; concidered. | 460 ;; considered. |
461 ;; | 461 ;; |
462 ;; WROTE is the attribution line number. | 462 ;; WROTE is the attribution line number. |
463 ;; PREFIX is the attribution line prefix. | 463 ;; PREFIX is the attribution line prefix. |
464 ;; TAG is the SuperCite tag on the attribution line. | 464 ;; TAG is the SuperCite tag on the attribution line. |
465 (let ((atts gnus-cite-loose-attribution-alist) | 465 (let ((atts gnus-cite-loose-attribution-alist) |