# HG changeset patch # User Richard M. Stallman # Date 1023532974 0 # Node ID 0ddf92221535ad688e5d443a518bb5fa2b402a07 # Parent fc6d3747add1be428304ff758dbcbde52f08161c (bookmark-file-or-variation-thereof): Doc fix. diff -r fc6d3747add1 -r 0ddf92221535 lisp/bookmark.el --- a/lisp/bookmark.el Sat Jun 08 03:33:09 2002 +0000 +++ b/lisp/bookmark.el Sat Jun 08 10:42:54 2002 +0000 @@ -1072,8 +1072,9 @@ (defun bookmark-file-or-variation-thereof (file) - "Return FILE if it exists, or return the first variation based on -`Info-suffix-list' that exists, else return nil." + "Return FILE (a string) or a reasonable variation that exists, else nil. +Reasonable variations of the name are made by appending suffixes defined +in `Info-suffix-list'." (if (file-exists-p file) file (require 'info) ; ensure Info-suffix-list is bound @@ -1085,7 +1086,6 @@ Info-suffix-list) nil))) - (defun bookmark-jump-noselect (str) ;; a leetle helper for bookmark-jump :-) ;; returns (BUFFER . POINT)