aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorKarl Heuer1996-01-05 10:03:17 +0000
committerKarl Heuer1996-01-05 10:03:17 +0000
commit8e6208c5d2c91d70f2338d1c3d788e194c6c9d52 (patch)
tree8f5bfe00dcb80384d562fad62d2166df9b06bec0 /src/data.c
parent34035df32674d5a6a4eb4112dfa5ea69b4dec64f (diff)
downloademacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.tar.gz
emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.zip
Comment fixes.
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 10cd316cf78..b0229430141 100644
--- a/src/data.c
+++ b/src/data.c
@@ -862,7 +862,7 @@ swap_in_symval_forwarding (sym, valcontents)
862 862
863/* Find the value of a symbol, returning Qunbound if it's not bound. 863/* Find the value of a symbol, returning Qunbound if it's not bound.
864 This is helpful for code which just wants to get a variable's value 864 This is helpful for code which just wants to get a variable's value
865 if it has one, without signalling an error. 865 if it has one, without signaling an error.
866 Note that it must not be possible to quit 866 Note that it must not be possible to quit
867 within this function. Great care is required for this. */ 867 within this function. Great care is required for this. */
868 868