mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
* lisp/emacs-lisp/multisession.el: Add Commentary. (Bug#58845)
This commit is contained in:
parent
20d9b40235
commit
b250f89e63
1 changed files with 11 additions and 0 deletions
|
|
@ -19,7 +19,18 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
;; This library provides multisession variables for Emacs Lisp, to
|
||||||
|
;; make them persist between sessions.
|
||||||
;;
|
;;
|
||||||
|
;; Use `define-multisession-variable' to define a multisession
|
||||||
|
;; variable, and `multisession-value' to read its value. Use
|
||||||
|
;; `list-multisession-values' to list multisession variables.
|
||||||
|
;;
|
||||||
|
;; Users might want to customize `multisession-storage' and
|
||||||
|
;; `multisession-directory'.
|
||||||
|
;;
|
||||||
|
;; See Info node `(elisp) Multisession Variables' for more
|
||||||
|
;; information.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue