aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2003-06-06 12:28:16 +0000
committerAndreas Schwab <[email protected]>2003-06-06 12:28:16 +0000
commitb038485e9a815712dd80038565ce391a7128701e (patch)
treea9ae3780c26d721f6f911d74337f54491cdff722 /lisp/info.el
parent973a76b18b87c11710c7010f040cd03992a82f50 (diff)
(Info-select-node): Doc fix.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 7cd20298b6..f3dd9a859a 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.