diff options
| author | Juanma Barranquero | 2007-05-16 13:14:45 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-05-16 13:14:45 +0000 |
| commit | ef9644f5e7c666ed1e86170e10e510696b842437 (patch) | |
| tree | c6ded6d94477a2229887ca47b67e69a30a6439bc | |
| parent | 4f4186f400bfcfdffab1b0fdce2c6dede051b944 (diff) | |
| download | emacs-ef9644f5e7c666ed1e86170e10e510696b842437.tar.gz emacs-ef9644f5e7c666ed1e86170e10e510696b842437.zip | |
(Info-current-subfile): Doc fix.
| -rw-r--r-- | lisp/info.el | 2 |
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. |
| 291 | nil if current Info file is not split into subfiles.") | 291 | It 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.") |