Changeset 4111 for trunk/lisp/info.el
- Timestamp:
- 07/16/06 08:36:52 (2 years ago)
- Files:
-
- trunk/lisp/info.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/info.el
r4098 r4111 3078 3078 ;; Common subroutine. 3079 3079 (defun Info-try-follow-nearest-node (&optional fork) 3080 "Follow a node reference near point. Return non-nil if successful." 3080 "Follow a node reference near point. Return non-nil if successful. 3081 If FORK is non-nil, it i spassed to `Info-goto-node'." 3081 3082 (let (node) 3082 3083 (cond
