diff 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
line wrap: on
line diff
--- a/lisp/help-mode.el	Sat Sep 06 02:58:12 2008 +0000
+++ b/lisp/help-mode.el	Sat Sep 06 02:59:30 2008 +0000
@@ -67,7 +67,7 @@
 (make-variable-buffer-local 'help-xref-stack)
 
 (defvar help-xref-forward-stack nil
-  "The stack of used to navigate help forwards  after using the back button.
+  "A stack used to navigate help forwards after using the back button.
 Used by `help-follow' and `help-xref-go-forward'.
 An element looks like (POSITION FUNCTION ARGS...).
 To use the element, do (apply FUNCTION ARGS) then goto the point.")