Variable: ebrowse-program-name

ebrowse-program-name is a variable defined in callproc.c.

Value

"ebrowse"

Documentation

Name of the ebrowse program distributed with Emacs.

Use this instead of calling ebrowse directly, as ebrowse may have been renamed to comply with executable naming restrictions on the system.

View in manual

Probably introduced at or before Emacs version 30.1.

Source Code

// Defined in /usr/src/emacs/src/callproc.c
  DEFVAR_LISP ("ebrowse-program-name", Vebrowse_program_name,
    doc: /* Name of the `ebrowse' program distributed with Emacs.
Use this instead of calling `ebrowse' directly, as `ebrowse'
may have been renamed to comply with executable naming restrictions on
the system.  */);