From ea1ebaed7aca97d453671e49a924e24a7c603854 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 31 Jul 1993 18:34:04 +0000 Subject: [PATCH] (Man-section-translations-alist): Add entries for xlib. --- lisp/man.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/man.el b/lisp/man.el index 536dbd350d8..82d487a99f5 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -125,6 +125,8 @@ in all sections.") (defvar Man-section-translations-alist '(("3C++" . "3") + ("3X" . "3") ; Xlib man pages + ("3X11" . "3") ("1-UCB" . "")) "*Association list of bogus sections to real section numbers. Some manpages (e.g. the Sun C++ 2.1 manpages) have section numbers in -- 2.39.5