diff options
Diffstat (limited to 'doc/lispref/customize.texi')
-rw-r--r-- | doc/lispref/customize.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 64c06c23867..b19feaf977f 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -427,6 +427,13 @@ the build-time context. This also has the side-effect that the @xref{Building Emacs}. @end table +@item :local @var{value} +@kindex local@r{, @code{defcustom} keyword} +If the @var{value} is @code{t}, mark @var{option} as automatically +buffer-local; if the value is @code{permanent}, also set @var{option}s +@code{permanent-local} property to @code{t}. @xref {Creating +Buffer-Local}. + @item :risky @var{value} @kindex risky@r{, @code{defcustom} keyword} Set the variable's @code{risky-local-variable} property to |