]> git.eshelyaron.com Git - emacs.git/commitdiff
Support multi-lingual detection of SEE ALSO man sections
authorGrégory Mounié <Gregory.Mounie@imag.fr>
Sat, 26 Aug 2017 08:36:58 +0000 (11:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Aug 2017 08:36:58 +0000 (11:36 +0300)
* lisp/man.el (Man-see-also-regexp): Add support for SEE ALSO
section detection in several langages: French, German, Spanish,
Portugese, Italian, Polish, Turkish, Japanese, Chinese.  (Bug#28142)

Copyright-paperwork-exempt: yes

lisp/man.el

index 13efc21b03dba31b24974b5dbbead0c029028fb6..c7d8c4089db80746739b1e0ec5ea5ba5231cbf31 100644 (file)
@@ -295,7 +295,7 @@ Used in `bookmark-set' to get the default bookmark name."
 (defvar Man-heading-regexp "^\\([[:upper:]][[:upper:]0-9 /-]+\\)$"
   "Regular expression describing a manpage heading entry.")
 
-(defvar Man-see-also-regexp "SEE ALSO"
+(defvar Man-see-also-regexp "\\(SEE ALSO\\|VOIR AUSSI\\|SIEHE AUCH\\|VÉASE TAMBIÉN\\|VEJA TAMBÉM\\|VEDERE ANCHE\\|ZOBACZ TAKŻE\\|İLGİLİ BELGELER\\|参照\\|参见 SEE ALSO\\|參見 SEE ALSO\\)"
   "Regular expression for SEE ALSO heading (or your equivalent).
 This regexp should not start with a `^' character.")