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

Diff of /emacs/lisp/woman.el

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

revision 1.13.2.6 by miles, Tue Jul 6 10:23:35 2004 UTC revision 1.13.2.7 by miles, Fri Oct 29 02:05:09 2004 UTC
# Line 1132  Used non-interactively, arguments are op Line 1132  Used non-interactively, arguments are op
1132  should be a topic string and non-nil RE-CACHE forces re-caching."  should be a topic string and non-nil RE-CACHE forces re-caching."
1133    (interactive (list nil current-prefix-arg))    (interactive (list nil current-prefix-arg))
1134    ;; The following test is for non-interactive calls via gnudoit etc.    ;; The following test is for non-interactive calls via gnudoit etc.
1135    (if (or (interactive-p) (not (stringp topic)) (string-match "\\S " topic))    (if (or (not (stringp topic)) (string-match "\\S " topic))
1136        (let ((file-name (woman-file-name topic re-cache)))        (let ((file-name (woman-file-name topic re-cache)))
1137          (if file-name          (if file-name
1138              (woman-find-file file-name)              (woman-find-file file-name)

Legend:
Removed from v.1.13.2.6  
changed lines
  Added in v.1.13.2.7

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