A couple weeks ago, Lars removed "The" from a bunch of info nodes. Now `C-c C-i' is throwing an error because of it. Signaling: (error "No such node: The Summary Buffer") signal(error ("No such node: The Summary Buffer")) cerror("No such node: %s" "The Summary Buffer") apply(cerror "No such node: %s" "The Summary Buffer") error("No such node: %s" "The Summary Buffer") byte-code("..." [beg afile aline qnode bufs anode search-forward "\n" nil t 1 re-search-backward throw foo delq mapcar get-file-buffer string-match "\\`<<.*>>\\'" format "\"%s\"\\|<<%s>>" "------ *File: *\\([^ ].*[^ ]\\) *Node: *\\([^ ].*[^ ]\\) *Line: *\\([0-9]+\\)" re-search-forward 2 string-to-int 3 Info-find-node (Info-find-node nodename "Top" t) ((error)) error "No such node: %s" pat2 pattern regexp found Info-annotations-path tryfile Info-current-node nodename] 7) Info-find-file-node("/home/karl/Emacs/Info/gnus" "The Summary Buffer" nil nil nil) Info-find-node("gnus" "The Summary Buffer" nil nil) Info-goto-node("(gnus)The Summary Buffer") #() call-interactively(gnus-info-find-node) A quick glance at gnus.el shows there are just two instances that need to be fixed, but I could have missed others if they occur elsewhere.