]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-select-node): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Fri, 6 Jun 2003 12:28:16 +0000 (12:28 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 6 Jun 2003 12:28:16 +0000 (12:28 +0000)
lisp/ChangeLog
lisp/info.el

index 7ae84fcd5e70a2dcc38f5a5ac3c5da348048f8cf..9c73b94e805aea413fe67de763bb08f40c925cd1 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-06  Andreas Schwab  <schwab@suse.de>
+
+       * info.el (Info-select-node): Doc fix.
+
 2003-06-06  Miles Bader  <miles@gnu.org>
 
        * frame.el (set-frame-font): Default to frame's current default font.
index 7cd20298b6b47dac8c4e58f034ecee822372f05e..f3dd9a859a4c95ad95264d6df7eb7cd81d85e62e 100644 (file)
@@ -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.