/[emacs]/emacs/lisp/info-xref.el
ViewVC logotype

Diff of /emacs/lisp/info-xref.el

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

revision 1.8 by ttn, Sat Aug 6 22:13:43 2005 UTC revision 1.9 by lektu, Wed Aug 24 14:00:17 2005 UTC
# Line 138  should open up the purported top file an Line 138  should open up the purported top file an
138  ;; Some dynamic variables are used to share information with sub-functions  ;; Some dynamic variables are used to share information with sub-functions
139  ;; below.  ;; below.
140  ;;  ;;
141  ;; info-xref-filename - current top-level filename, eg. /usr/info/foo.info.gz  (eval-when-compile
142  ;;    ;;
143  ;; info-xref-filename-header - a heading message for the current top-level    ;; info-xref-filename-header - a heading message for the current top-level
144  ;;     filename, or "" when it's been printed.    ;;     filename, or "" when it's been printed.
145  ;;    ;;
146  ;; info-xref-good - count of good cross references.    (defvar info-xref-xfile-alist)
147  ;;    ;;
148  ;; info-xref-bad - count of bad cross references.    ;; info-xref-good - count of good cross references.
149  ;;    ;;
150  ;; info-xref-xfile-alist - indexed by "(foo)" with value nil or t according    (defvar info-xref-good)
151  ;;     to whether "(foo)" exists or not.  This is used to suppress duplicate    ;;
152  ;;     messages about foo not being available.  (Duplicates within one    ;; info-xref-bad - count of bad cross references.
153  ;;     top-level file that is.)    ;;
154      (defvar info-xref-bad)
155      ;;
156      ;; info-xref-xfile-alist - indexed by "(foo)" with value nil or t according
157      ;;     to whether "(foo)" exists or not.  This is used to suppress duplicate
158      ;;     messages about foo not being available.  (Duplicates within one
159      ;;     top-level file that is.)
160      ;;
161      (defvar info-xref-filename-heading))
162    
163  (defun info-xref-check-list (filename-list)  (defun info-xref-check-list (filename-list)
164    "Check external references in info documents in FILENAME-LIST."    "Check external references in info documents in FILENAME-LIST."

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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