# HG changeset patch # User Juanma Barranquero # Date 1179321285 0 # Node ID 93f01594df6f280cdbd222706fc08270405d3865 # Parent 2916f29b233b5707b81c64703372d227f429fe45 (Info-current-subfile): Doc fix. diff -r 2916f29b233b -r 93f01594df6f lisp/info.el --- a/lisp/info.el Wed May 16 13:14:01 2007 +0000 +++ b/lisp/info.el Wed May 16 13:14:45 2007 +0000 @@ -288,7 +288,7 @@ (defvar Info-current-subfile nil "Info subfile that is actually in the *info* buffer now. -nil if current Info file is not split into subfiles.") +It is nil if current Info file is not split into subfiles.") (defvar Info-current-node nil "Name of node that Info is now looking at, or nil.")