From 27ca70b1b12d4842661f759787674b8b9a274192 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 26 Jan 2025 21:36:32 +0100 Subject: [PATCH] Document insert-directory-program as a user option * doc/lispref/files.texi (Contents of Directories): Document 'insert-directory-program' as a user option. (cherry picked from commit 3c820cd2650a3126ac13fc4825147271285da519) --- doc/lispref/files.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 297baa82a4b..a63942ce50c 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -3239,11 +3239,11 @@ for the sake of dired. However, the normally equivalent short as any other option. @end defun -@defvar insert-directory-program -This variable's value is the program to run to generate a directory listing -for the function @code{insert-directory}. It is ignored on systems -which generate the listing with Lisp code. -@end defvar +@defopt insert-directory-program +This user option specifies the program to run to generate a directory +listing for the function @code{insert-directory}. It is ignored on +systems that generate the listing with Lisp code. +@end defopt @node Create/Delete Dirs @section Creating, Copying and Deleting Directories -- 2.39.5