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

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

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

revision 1.57.2.3 by miles, Fri Nov 21 00:36:09 2003 UTC revision 1.57.2.4 by miles, Tue Jul 6 09:31:52 2004 UTC
# Line 2899  Default is to leave paragraph indentatio Line 2899  Default is to leave paragraph indentatio
2899                         1))                         1))
2900                 (symbol-value indexvar)))))                 (symbol-value indexvar)))))
2901    
2902  (defconst texinfo-indexvar-alist  (defvar texinfo-indexvar-alist
2903    '(("cp" . texinfo-cindex)    '(("cp" . texinfo-cindex)
2904      ("fn" . texinfo-findex)      ("fn" . texinfo-findex)
2905      ("vr" . texinfo-vindex)      ("vr" . texinfo-vindex)
# Line 3032  Default is to leave paragraph indentatio Line 3032  Default is to leave paragraph indentatio
3032            (indent-to 54)            (indent-to 54)
3033            (insert            (insert
3034             (if (nth 2 (car indexelts))             (if (nth 2 (car indexelts))
3035                 (format "  %d." (nth 2 (car indexelts)))                 (format "  (line %3d)" (1+ (nth 2 (car indexelts))))
3036               "")               "")
3037             "\n"))             "\n"))
3038        ;; index entries from @include'd file        ;; index entries from @include'd file

Legend:
Removed from v.1.57.2.3  
changed lines
  Added in v.1.57.2.4

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