diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-10-24 17:36:09 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-10-24 17:36:09 -0400 |
commit | 0c382083b6b550c26fad8ac7f59b1ba09663e728 (patch) | |
tree | 811262fd6093232799dabb83600551ba63cecaac /lisp/woman.el | |
parent | d77d0953b5ddb05ea7ad19556f37a5f5c4d3a67b (diff) | |
parent | 23c261f58fceed14e04b3ba928007fde9567d8e2 (diff) | |
download | emacs-0c382083b6b550c26fad8ac7f59b1ba09663e728.tar.gz |
Merge changes from emacs-23
Diffstat (limited to 'lisp/woman.el')
-rw-r--r-- | lisp/woman.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/woman.el b/lisp/woman.el index 358cb8fee61..96cfea72d4e 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -1508,7 +1508,7 @@ Also make each path-info component into a list. ;; (topic) ;; (topic (path-index) (path-index) ... ) ;; (topic (path-index filename) (path-index filename) ... ) - ;; where the are no duplicates in the value lists. + ;; where there are no duplicates in the value lists. ;; Topic must match first `word' of filename, so ... (let ((topic-regexp (concat |