diff options
Diffstat (limited to 'lisp/ldefs-boot.el')
-rw-r--r-- | lisp/ldefs-boot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 542cbef9f57..586e4233c51 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -8735,7 +8735,7 @@ BODY contains code to execute each time the mode is enabled or disabled. It is executed after toggling the mode, and before running MODE-hook. Before the actual body code, you can write keyword arguments, i.e. alternating keywords and values. If you provide BODY, then you must - provide at least one keyword argument (e.g. `:lighter nil`). + provide at least one keyword argument (e.g. `:lighter nil'). The following special keywords are supported (other keywords are passed to `defcustom' if the minor mode is global): |