*** man.el.~1.167.2.6.~ Thu Nov 29 19:51:20 2007 --- man.el Fri Dec 14 10:22:56 2007 *************** *** 652,657 **** --- 652,658 ---- (if pos (goto-char pos)) ;; Default man entry title is any word the cursor is on, or if ;; cursor not on a word, then nearest preceding word. + (skip-chars-backward " \t") (skip-chars-backward "-a-zA-Z0-9._+:") (let ((start (point))) (skip-chars-forward "-a-zA-Z0-9._+:")