summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
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 b030e57aaf8..103131fbb34 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -232,7 +232,7 @@ the associated section number."
(defcustom Man-header-file-path (internal--c-header-file-path)
"C Header file search path used in Man."
- :version "24.1" ; add multiarch
+ :version "31.1"
:type '(repeat string))
(defcustom Man-name-local-regexp (concat "^" (regexp-opt '("NOM" "NAME")) "$")