diff options
| author | Robert Pluim | 2019-10-09 15:28:47 +0200 |
|---|---|---|
| committer | Robert Pluim | 2019-10-11 14:17:08 +0200 |
| commit | de063da61beb076190104fa21ec69a3479d59647 (patch) | |
| tree | cddc4a537327dd1135d3c1a563928d2d6610ac3b /lisp/gnus | |
| parent | b259bf63c77a01f3035813b3485fbd9ad7ae02a0 (diff) | |
| download | emacs-de063da61beb076190104fa21ec69a3479d59647.tar.gz emacs-de063da61beb076190104fa21ec69a3479d59647.zip | |
Correct some more custom type specs
* lisp/winner.el (winner-boring-buffers-regexp):
* lisp/progmodes/js.el (js-jsx-indent-level):
* lisp/image-dired.el (image-dired-external-viewer):
* lisp/gnus/nnir.el (nnir-notmuch-filter-group-names-function):
Correct custom type specification.
* lisp/textmodes/bibtex.el (bibtex-string-file-path):
(bibtex-file-path): Correct custom type specification and document
source of initial value.
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/nnir.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index 1041373a05f..7cb2d1615a2 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el | |||
| @@ -535,7 +535,7 @@ like so: | |||
| 535 | (lambda (g) (replace-regexp-in-string \"\\\\.\" \"/\" g)))" | 535 | (lambda (g) (replace-regexp-in-string \"\\\\.\" \"/\" g)))" |
| 536 | :version "27.1" | 536 | :version "27.1" |
| 537 | :type '(choice function | 537 | :type '(choice function |
| 538 | nil)) | 538 | (const :tag "No" nil))) |
| 539 | 539 | ||
| 540 | ;;; Developer Extension Variable: | 540 | ;;; Developer Extension Variable: |
| 541 | 541 | ||