1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

*** empty log message ***

This commit is contained in:
Eli Zaretskii 2001-03-06 13:43:45 +00:00
parent 315746ccde
commit abaddb98cb

View File

@ -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.