summaryrefslogtreecommitdiff
path: root/doc/misc/transient.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-05-15 11:05:36 +0200
committerStefan Kangas <stefan@marxist.se>2022-05-15 11:05:36 +0200
commit5dbaddc729519b399e31eae13a8f71d8caaade34 (patch)
treeeff431a10d822edcc50f78f532ca16fba73bc086 /doc/misc/transient.texi
parent950dab21e3408788cb2443e2f2c6518a32adfd15 (diff)
downloademacs-5dbaddc729519b399e31eae13a8f71d8caaade34.tar.gz
emacs-5dbaddc729519b399e31eae13a8f71d8caaade34.tar.bz2
emacs-5dbaddc729519b399e31eae13a8f71d8caaade34.zip
; Fix some typos
Diffstat (limited to 'doc/misc/transient.texi')
-rw-r--r--doc/misc/transient.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi
index 191fe8cd853..d634ad5197a 100644
--- a/doc/misc/transient.texi
+++ b/doc/misc/transient.texi
@@ -2025,7 +2025,7 @@ They are defined here anyway to allow sharing certain methods.
@code{value} The value. Should not be accessed directly.
@item
-@code{init-value} Function that is responsable for setting the object's
+@code{init-value} Function that is responsible for setting the object's
value. If bound, then this is called with the object as the only
argument. Usually this is not bound, in which case the object's
primary @code{transient-init-value} method is called instead.