comparison lisp/packages/info.el @ 136:b980b6286996 r20-2b2

Import from CVS: tag r20-2b2
author cvs
date Mon, 13 Aug 2007 09:31:12 +0200
parents cca96a509cfe
children 538048ae2ab8
comparison
equal deleted inserted replaced
135:4636a6841cd6 136:b980b6286996
385 "List of file name suffixes and associated decoding commands. 385 "List of file name suffixes and associated decoding commands.
386 Each entry should be (SUFFIX . STRING); if STRING contains %s, that is 386 Each entry should be (SUFFIX . STRING); if STRING contains %s, that is
387 changed to name of the file to decode, otherwise the file is given to 387 changed to name of the file to decode, otherwise the file is given to
388 the command as standard input. If STRING is nil, no decoding is done.") 388 the command as standard input. If STRING is nil, no decoding is done.")
389 389
390 (defvar Info-footnote-tag "See" 390 (defvar Info-footnote-tag "Note"
391 "*Symbol that identifies a footnote or cross-reference. 391 "*Symbol that identifies a footnote or cross-reference.
392 All \"*Note\" references will be changed to use this word instead.") 392 All \"*Note\" references will be changed to use this word instead.")
393 393
394 (defvar Info-current-file nil 394 (defvar Info-current-file nil
395 "Info file that Info is now looking at, or nil.") 395 "Info file that Info is now looking at, or nil.")