From b038485e9a815712dd80038565ce391a7128701e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 6 Jun 2003 12:28:16 +0000 Subject: [PATCH] (Info-select-node): Doc fix. --- lisp/ChangeLog | 4 ++++ 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 @@ +2003-06-06 Andreas Schwab + + * info.el (Info-select-node): Doc fix. + 2003-06-06 Miles Bader * 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." (set-buffer-modified-p nil))) (defun Info-select-node () -"Select the info node that point is in. -Bind this in case the user sets it to nil." + "Select the info node that point is in." + ;; Bind this in case the user sets it to nil. (let ((case-fold-search t)) (save-excursion ;; Find beginning of node. -- 2.39.2