diff options
| author | Andreas Schwab | 2003-06-06 12:28:16 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-06-06 12:28:16 +0000 |
| commit | b038485e9a815712dd80038565ce391a7128701e (patch) | |
| tree | a9ae3780c26d721f6f911d74337f54491cdff722 | |
| parent | 973a76b18b87c11710c7010f040cd03992a82f50 (diff) | |
| download | emacs-b038485e9a815712dd80038565ce391a7128701e.tar.gz emacs-b038485e9a815712dd80038565ce391a7128701e.zip | |
(Info-select-node): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/info.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ae84fcd5e7..9c73b94e805 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-06-06 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * info.el (Info-select-node): Doc fix. | ||
| 4 | |||
| 1 | 2003-06-06 Miles Bader <miles@gnu.org> | 5 | 2003-06-06 Miles Bader <miles@gnu.org> |
| 2 | 6 | ||
| 3 | * frame.el (set-frame-font): Default to frame's current default font. | 7 | * frame.el (set-frame-font): Default to frame's current default font. |
diff --git a/lisp/info.el b/lisp/info.el index 7cd20298b6b..f3dd9a859a4 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1130,8 +1130,8 @@ a case-insensitive match is tried." | |||
| 1130 | (set-buffer-modified-p nil))) | 1130 | (set-buffer-modified-p nil))) |
| 1131 | 1131 | ||
| 1132 | (defun Info-select-node () | 1132 | (defun Info-select-node () |
| 1133 | "Select the info node that point is in. | 1133 | "Select the info node that point is in." |
| 1134 | Bind this in case the user sets it to nil." | 1134 | ;; Bind this in case the user sets it to nil. |
| 1135 | (let ((case-fold-search t)) | 1135 | (let ((case-fold-search t)) |
| 1136 | (save-excursion | 1136 | (save-excursion |
| 1137 | ;; Find beginning of node. | 1137 | ;; Find beginning of node. |