/[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.107 by rms, Thu Nov 10 03:18:42 2005 UTC revision 1.108 by rfrancoise, Thu Nov 10 19:45:03 2005 UTC
# Line 308  Value is a list of offsets of the words Line 308  Value is a list of offsets of the words
308            (if (setq i (string-match word str))            (if (setq i (string-match word str))
309                (setq scores (cons i scores))))                (setq scores (cons i scores))))
310        ;; Return list of start and end position of regexp        ;; Return list of start and end position of regexp
311        (string-match apropos-regexp str)        (string-match apropos-pattern str)
312        (list (match-beginning 0) (match-end 0)))))        (list (match-beginning 0) (match-end 0)))))
313    
314  (defun apropos-score-str (str)  (defun apropos-score-str (str)

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

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