Mercurial > emacs
changeset 36578:0d1790ee53af
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 06 Mar 2001 13:43:45 +0000 |
parents | 9b798a01680c |
children | 24048ec9f8ce |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Mar 06 13:43:43 2001 +0000 +++ b/lisp/ChangeLog Tue Mar 06 13:43:45 2001 +0000 @@ -1,3 +1,16 @@ +2001-03-06 Eli Zaretskii <eliz@is.elta.co.il> + + * man.el (Man-hyphenated-reference-regexp): New variable. + (Man-build-references-alist): Use it to search for referenced + manpages. If hyphenated is non-nil, record a concatenated word in + Man-refpages-alist only if it matches Man-reference-regexp. + Update word's length when it is concatenated. Reverse the list, + to get the first manpage at the head. + (Man-possibly-hyphenated-word): New function. + (Man-follow-manual-reference): Use it instead of current-word to + find a manpage at point, in a way that accounts for hyphenated + references. + 2001-03-06 Alex Schroeder <alex@gnu.org> * sql.el (sql-interbase): New function.