changeset 71853:ede3900365e4

(Info-try-follow-nearest-node): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 12 Jul 2006 16:04:46 +0000
parents 81b8b2bb63de
children a4944423be59
files lisp/info.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Wed Jul 12 16:04:23 2006 +0000
+++ b/lisp/info.el	Wed Jul 12 16:04:46 2006 +0000
@@ -3077,7 +3077,8 @@
 
 ;; 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\"`({<>})']+\\)")