* 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:
|
||||
|
||||
;; 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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue