summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-07-04 09:36:02 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-07-04 09:36:02 +0000
commitdb90d22569ef971a3afa3a3f7703d4a6ea476e16 (patch)
tree5ceeff2472c923fd710a37286ac4c4f582bad279 /lisp/info.el
parent41700b79db6e52aee51d9d57c453b5f6fbd61e6e (diff)
downloademacs-db90d22569ef971a3afa3a3f7703d4a6ea476e16.tar.gz
(Info-history, Info-history-forward, Info-history-list,
Info-speedbar-fetch-file-nodes): Doc fixes.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 2f9ec3c4f0f..6bb8252f003 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -45,15 +45,15 @@
(defvar Info-history nil
"Stack of info nodes user has visited.
-Each element of list is a list (FILENAME NODENAME BUFFERPOS).")
+Each element of the stack is a list (FILENAME NODENAME BUFFERPOS).")
(defvar Info-history-forward nil
"Stack of info nodes user has visited with `Info-history-back' command.
-Each element of list is a list (FILENAME NODENAME BUFFERPOS).")
+Each element of the stack is a list (FILENAME NODENAME BUFFERPOS).")
(defvar Info-history-list nil
"List of all info nodes user has visited.
-Each element of list is a list (FILENAME NODENAME).")
+Each element of the list is a list (FILENAME NODENAME).")
(defcustom Info-enable-edit nil
"*Non-nil means the \\<Info-mode-map>\\[Info-edit] command in Info can edit the current node.
@@ -3609,7 +3609,6 @@ Preserve text properties."
keymap)
"Keymap to put on the Prev link in the text or the header line.")
-
(defvar Info-up-link-keymap
(let ((keymap (make-sparse-keymap)))
(define-key keymap [header-line mouse-1] 'Info-up)
@@ -4094,8 +4093,7 @@ INDENT is the current indentation depth."
(defun Info-speedbar-fetch-file-nodes (nodespec)
"Fetch the subnodes from the info NODESPEC.
-NODESPEC is a string of the form: (file)node.
-Optional THISFILE represends the filename of"
+NODESPEC is a string of the form: (file)node."
(save-excursion
;; Set up a buffer we can use to fake-out Info.
(set-buffer (get-buffer-create "*info-browse-tmp*"))