comparison lisp/docref.el @ 11271:15c71d840a81

(docref-last-active-buffer): Add defvar.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Apr 1995 21:28:13 +0000
parents ecaa82148bf5
children 84acc3adcd63
comparison
equal deleted inserted replaced
11270:ecaa82148bf5 11271:15c71d840a81
87 (defvar docref-back-reference nil 87 (defvar docref-back-reference nil
88 "If non-nil, this is a go-back reference to add to the current buffer. 88 "If non-nil, this is a go-back reference to add to the current buffer.
89 The value specifies how to go back. It should be suitable for use 89 The value specifies how to go back. It should be suitable for use
90 as the second argument to \\(f@docref-insert-label). 90 as the second argument to \\(f@docref-insert-label).
91 \\(f@docref-subst) uses this to set up the go-back reference.") 91 \\(f@docref-subst) uses this to set up the go-back reference.")
92
93 (defvar docref-last-active-buffer)
92 94
93 ;;;###autoload 95 ;;;###autoload
94 (defun docref-setup () 96 (defun docref-setup ()
95 "Process docref cross-references in the current buffer. 97 "Process docref cross-references in the current buffer.
96 See also \\(f@docref-subst)." 98 See also \\(f@docref-subst)."