aboutsummaryrefslogtreecommitdiff
path: root/perspective.el
diff options
context:
space:
mode:
authorConstantine Vetoshev <vetoshev@gmail.com>2026-03-29 08:34:25 -0700
committerConstantine Vetoshev <vetoshev@gmail.com>2026-03-29 08:34:25 -0700
commitf384207b12f07353e0a6d148de6bd332334fafcd (patch)
treed257db2847f4a275b96a62b61a85b74c5d0c524a /perspective.el
parent5c5f1e2b986f58266c2774573d189f87d58cb55e (diff)
Fix function documentation.
Diffstat (limited to 'perspective.el')
-rw-r--r--perspective.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/perspective.el b/perspective.el
index 7a8bcdb..edb1a94 100644
--- a/perspective.el
+++ b/perspective.el
@@ -483,7 +483,7 @@ POINT-MARKER is the point position in the active buffer.
Otherwise, when multiple windows are visiting the same buffer,
all but one of their points will be overwritten.
-LOCAL-VARIABLES is an alist from variable names to their
+LOCAL-VARIABLES is a list of `(VARIABLE VALUE)' pairs for
perspective-local values."
;; XXX: This must return a non-nil value to avoid breaking frames initialized
;; with after-make-frame-functions bound to nil.
@@ -706,7 +706,7 @@ See also `other-buffer'."
(defun persp-set-local-variables (vars)
"Set the local variables given in VARS.
-VARS should be an alist of variable names to values."
+VARS should be a list of `(VARIABLE VALUE)' pairs."
(dolist (var vars) (apply 'set var)))
(defun persp-intersperse (list interspersed-val)