summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorGrégory Mounié <Gregory.Mounie@imag.fr>2017-08-26 11:36:58 +0300
committerEli Zaretskii <eliz@gnu.org>2017-08-26 11:36:58 +0300
commit21a9e5253e5d436cbe0d3f5571521641008a47b0 (patch)
tree8c0f6671a7b5d2b58f137581e9d98e56870deff5 /lisp/man.el
parent05f9ffd53c65699e8de6cca4817b1f2dc2f63a79 (diff)
downloademacs-21a9e5253e5d436cbe0d3f5571521641008a47b0.tar.gz
Support multi-lingual detection of SEE ALSO man sections
* 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
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 13efc21b03d..c7d8c4089db 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -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.")