Variable: emacs-copyright

emacs-copyright is a variable defined in emacs.c.

Value

"Copyright (C) 2025 Free Software Foundation, Inc."

Documentation

Short copyright string for this version of Emacs.

Source Code

// Defined in /usr/src/emacs/src/emacs.c
  DEFVAR_LISP ("emacs-copyright", Vemacs_copyright,
	       doc: /* Short copyright string for this version of Emacs.  */);