1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(Info-select-node): Doc fix.

This commit is contained in:
Andreas Schwab 2003-06-06 12:28:16 +00:00
parent 973a76b18b
commit b038485e9a
2 changed files with 6 additions and 2 deletions

View 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.

View 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.