aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 4bf83c265b0..b9216b903ec 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -288,7 +288,7 @@ It doesn't contain directory names or file name extensions added by Info.")
288 288
289(defvar Info-current-subfile nil 289(defvar Info-current-subfile nil
290 "Info subfile that is actually in the *info* buffer now. 290 "Info subfile that is actually in the *info* buffer now.
291nil if current Info file is not split into subfiles.") 291It is nil if current Info file is not split into subfiles.")
292 292
293(defvar Info-current-node nil 293(defvar Info-current-node nil
294 "Name of node that Info is now looking at, or nil.") 294 "Name of node that Info is now looking at, or nil.")