aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/internals.texi
diff options
context:
space:
mode:
authorStefan Kangas2025-01-19 13:59:13 +0100
committerStefan Kangas2025-02-22 14:48:29 +0100
commit702cb123faf1bdbacf555188ae4997d6be3765fe (patch)
tree180e57cdda9e6280a7f2f9e377f3648c42bddbca /doc/lispref/internals.texi
parente682fd2d5ba5f471a6e4d07b7f691a1ba9fa1139 (diff)
downloademacs-702cb123faf1bdbacf555188ae4997d6be3765fe.tar.gz
emacs-702cb123faf1bdbacf555188ae4997d6be3765fe.zip
; Fix typos
Diffstat (limited to 'doc/lispref/internals.texi')
-rw-r--r--doc/lispref/internals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index dc55b63c5da..ee1fcbbbd68 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -963,7 +963,7 @@ the format to use.
963 963
964@cindex @code{staticpro}, protection from GC 964@cindex @code{staticpro}, protection from GC
965 If you directly define a file-scope C variable of type 965 If you directly define a file-scope C variable of type
966@code{Lisp_Object}, you must protect it from garbage-collection by 966@code{Lisp_Object}, you must protect it from garbage collection by
967calling @code{staticpro} in @code{syms_of_@var{filename}}, like this: 967calling @code{staticpro} in @code{syms_of_@var{filename}}, like this:
968 968
969@example 969@example