comparison lisp/help-mode.el @ 98023:a505cea6cc1b

(help-xref-forward-stack): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sat, 06 Sep 2008 02:59:30 +0000
parents ee5932bf781d
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
98022:47addc09dfbc 98023:a505cea6cc1b
65 To use the element, do (apply FUNCTION ARGS) then goto the point.") 65 To use the element, do (apply FUNCTION ARGS) then goto the point.")
66 (put 'help-xref-stack 'permanent-local t) 66 (put 'help-xref-stack 'permanent-local t)
67 (make-variable-buffer-local 'help-xref-stack) 67 (make-variable-buffer-local 'help-xref-stack)
68 68
69 (defvar help-xref-forward-stack nil 69 (defvar help-xref-forward-stack nil
70 "The stack of used to navigate help forwards after using the back button. 70 "A stack used to navigate help forwards after using the back button.
71 Used by `help-follow' and `help-xref-go-forward'. 71 Used by `help-follow' and `help-xref-go-forward'.
72 An element looks like (POSITION FUNCTION ARGS...). 72 An element looks like (POSITION FUNCTION ARGS...).
73 To use the element, do (apply FUNCTION ARGS) then goto the point.") 73 To use the element, do (apply FUNCTION ARGS) then goto the point.")
74 (put 'help-xref-forward-stack 'permanent-local t) 74 (put 'help-xref-forward-stack 'permanent-local t)
75 (make-variable-buffer-local 'help-xref-forward-stack) 75 (make-variable-buffer-local 'help-xref-forward-stack)