mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
; Fix last change in cpp.el
* lisp/progmodes/cpp.el (cpp-message-min-time-interval): Fix the ':type' attribute.
This commit is contained in:
parent
d2d4b07465
commit
caec5c06ca
1 changed files with 2 additions and 1 deletions
|
|
@ -107,7 +107,8 @@ Each entry is a list with the following elements:
|
|||
(defcustom cpp-message-min-time-interval 1.0
|
||||
"Minimum time interval in seconds for `cpp-progress-message' messages.
|
||||
If nil, `cpp-progress-message' prints no progress messages."
|
||||
:type 'float
|
||||
:type '(choice (const :tag "Disable progress messages" nil)
|
||||
float)
|
||||
:group 'cpp
|
||||
:version "26.1")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue