changeset 98023:a505cea6cc1b

(help-xref-forward-stack): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sat, 06 Sep 2008 02:59:30 +0000
parents 47addc09dfbc
children 95da5872712b
files lisp/help-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.")