diff options
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/man.el b/lisp/man.el index fb315352749..7698cc255b7 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -224,6 +224,7 @@ the associated section number." (defcustom Man-name-local-regexp (concat "^" (regexp-opt '("NOM" "NAME")) "$") "Regexp that matches the text that precedes the command's name. Used in `bookmark-set' to get the default bookmark name." + :version "24.1" :type 'string :group 'bookmark) (defvar manual-program "man" |