summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-12 16:04:46 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-12 16:04:46 +0000
commit716474d3c0f40e59c65a434f4604f61937193897 (patch)
tree56c99e15b94021844ae5b4cb609d8a978a6efa4b /lisp/info.el
parent8b5c810b6484419d52707fa87047bd949d06a754 (diff)
downloademacs-716474d3c0f40e59c65a434f4604f61937193897.tar.gz
(Info-try-follow-nearest-node): Doc fix.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index b448a048e7d..87327d8656b 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -3077,7 +3077,8 @@ If FORK is a string, it is the name to use for the new buffer."
;; Common subroutine.
(defun Info-try-follow-nearest-node (&optional fork)
- "Follow a node reference near point. Return non-nil if successful."
+ "Follow a node reference near point. Return non-nil if successful.
+If FORK is non-nil, it i spassed to `Info-goto-node'."
(let (node)
(cond
((Info-get-token (point) "[hf]t?tp://" "[hf]t?tp://\\([^ \t\n\"`({<>})']+\\)")