]> git.eshelyaron.com Git - emacs.git/commit
Fix handling of manpage references divided by hyphenation
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Feb 2019 09:51:25 +0000 (11:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Feb 2019 09:51:25 +0000 (11:51 +0200)
commit57ece2a0521e3167254f3b97fbfa7dc51aa9fea5
tree22772deecbf95a7e04955851d1ccdd3d046e6d88
parent7ad0cd6f1ebb90261bea99fd591b7cdb00f8aa8e
Fix handling of manpage references divided by hyphenation

* lisp/man.el (Man-reference-regexp): Accept a newline as part
of a manpage name only if it's preceded by a hyphen.  (Bug#34286)
(Man-translate-references): Adapt to change in
'Man-reference-regexp'.
(Man-default-man-entry): Support references divided between
two lines by an ASCII hyphen.  This is a left-over from fixing
bug#6289.
lisp/man.el