/[emacs]/emacs/lisp/apropos.el
ViewVC logotype

Diff of /emacs/lisp/apropos.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.109 by kfstorm, Sat Nov 12 00:08:50 2005 UTC revision 1.110 by rms, Wed Nov 16 22:11:47 2005 UTC
# Line 341  Value is a list of offsets of the words Line 341  Value is a list of offsets of the words
341            (if (setq i (string-match word str))            (if (setq i (string-match word str))
342                (setq scores (cons i scores))))                (setq scores (cons i scores))))
343        ;; Return list of start and end position of regexp        ;; Return list of start and end position of regexp
344        (and (string-match apropos-regexp str)        (and (string-match apropos-pattern str)
345             (list (match-beginning 0) (match-end 0))))))             (list (match-beginning 0) (match-end 0))))))
346    
347  (defun apropos-score-str (str)  (defun apropos-score-str (str)

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26