# HG changeset patch # User Juanma Barranquero # Date 1120469762 0 # Node ID 5a1b36dec43ae24cbccb455c93b7ac262a2a3c9f # Parent ac6ca3de0b387dd8172e672329437c96f9239219 (Info-history, Info-history-forward, Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes. diff -r ac6ca3de0b38 -r 5a1b36dec43a lisp/info.el --- a/lisp/info.el Mon Jul 04 07:46:29 2005 +0000 +++ b/lisp/info.el Mon Jul 04 09:36:02 2005 +0000 @@ -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-edit] command in Info can edit the current node. @@ -3609,7 +3609,6 @@ 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 @@ (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*"))