mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
; * lisp/doc-view.el (doc-view-djvused-program): allow nil in type
This commit is contained in:
parent
598f15bcaf
commit
336e977f18
@ -222,7 +222,7 @@ are available (see Info node `(emacs)Document View')."
|
||||
"djvused")
|
||||
"Name of \"djvused\" program to generate imenu outline for DjVu files.
|
||||
This is part of DjVuLibre."
|
||||
:type 'file
|
||||
:type '(choice (const nil) file)
|
||||
:version "31.1")
|
||||
|
||||
(defcustom doc-view-imenu-enabled (and (or (executable-find "mutool")
|
||||
|
Loading…
Reference in New Issue
Block a user